Skip to content

Commit 33b942f

Browse files
author
Piotr Kafel
committed
Update README.md
1 parent bd59368 commit 33b942f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Pure Javascript library for comparing two Jsons. As an output returns well defin
44
## How to run unit tests
55
It is super simple ! Just open `test/SpecRunner.html.jst` in your browser !
66

7-
## How does output look like
7+
## Output structure
88
The output of `getDiffRepresentation` is a tree. The root of the tree is represented in the following way:
99
```
1010
{
@@ -22,3 +22,6 @@ Nodes representation:
2222
"op": < "ADD" | "REMOVE" | "NONE">
2323
}
2424
```
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

Comments
 (0)