Skip to content

Commit 69555e3

Browse files
authored
Merge pull request #238 from aryelu/patch-1
Update README.md about support for JSON Patch
2 parents ee7a3c9 + fd8bf07 commit 69555e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Diff & patch JavaScript objects
2525
- html (check it at the [Live Demo](http://benjamine.github.com/jsondiffpatch/demo/index.html))
2626
- annotated json (html), makes the JSON delta format self-explained
2727
- console (colored), try running ```./node_modules/.bin/jsondiffpatch left.json right.json```
28+
- JSON Patch format RFC 6902 support
2829
- write your own! check [Formatters documentation](docs/formatters.md)
2930
- BONUS: `jsondiffpatch.clone(obj)` (deep clone)
3031

0 commit comments

Comments
 (0)