We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee7a3c9 + fd8bf07 commit 69555e3Copy full SHA for 69555e3
README.md
@@ -25,6 +25,7 @@ Diff & patch JavaScript objects
25
- html (check it at the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html))
26
- annotated json (html), makes the JSON delta format self-explained
27
- console (colored), try running ```./node_modules/.bin/jsondiffpatch left.json right.json```
28
+ - JSON Patch format RFC 6902 support
29
- write your own! check [Formatters documentation](docs/formatters.md)
30
- BONUS: `jsondiffpatch.clone(obj)` (deep clone)
31
0 commit comments