JSON Compare & Diff Features
- Compare JSON online - this tool lets you compare two JSON files. Also supports JSON5, JSON with comments, or plain text
- Visualize JSON differences - output visual diff, JSON comparison results (see delta format), or JSON patch (RFC 6902)
- Smart JSON compare algorithm - intelligently diff arrays/lists. If items are objects, a "key", "id", or "name" is automatically used to match
- Advanced text comparison - for long strings or text content, our JSON compare tool performs character-level text diff analysis (using google/diff-match-patch)
-
use on your terminal (local files or http urls):
npx jsondiffpatch https://jsdiff.com/demo/left.json https://jsdiff.com/demo/right.json
-
Compare JSON files from GitHub - easily compare JSON data from a
gist (see example)
- create a gist
- add 2 json files on the gist
- paste the gist url here: