We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd59368 commit 33b942fCopy full SHA for 33b942f
README.md
@@ -4,7 +4,7 @@ Pure Javascript library for comparing two Jsons. As an output returns well defin
4
## How to run unit tests
5
It is super simple ! Just open `test/SpecRunner.html.jst` in your browser !
6
7
-## How does output look like
+## Output structure
8
The output of `getDiffRepresentation` is a tree. The root of the tree is represented in the following way:
9
```
10
{
@@ -22,3 +22,6 @@ Nodes representation:
22
"op": < "ADD" | "REMOVE" | "NONE">
23
}
24
25
+
26
+## Examples
27
+If you are interested in some examples you can find them [here](https://github.com/pkafel/json-diff/wiki/Examples) !
0 commit comments