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 0c4323e commit fd8bf07Copy full SHA for fd8bf07
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