Features
- compare 2 json. this tool also supports json5, json with comments, or plain text
- output visual diff, json (see delta format), or json patch (RFC 6902)
- smart diff arrays/lists. if items are objects a "key", "id", or "name" is automatically used to match
- text diff. for long string or text, a text diff is done at characther level (using google/diff-match-patch)
-
use on your terminal (local files or http urls):
npx jsondiffpatch https://jsondiffpatch.com/demo/left.json https://jsondiffpatch.com/demo/right.json
-
compare json from a
gist (see example)
- create a gist
- add 2 json files on the gist
- paste the gist url here: