Video guide · 19 seconds
Watch: compare two JSON documents
No sound. Each step is captioned on screen and also written out in the guide below.
Data & developer tools JSON
See what changed between two JSON documents without sending either one anywhere.
Workspace
The version you want to compare from.
The version you want to compare to.
Your comparison will appear here.
Video guide · 19 seconds
No sound. Each step is captioned on screen and also written out in the guide below.
Comparison rules
Reordering keys does not create a difference.
Moving an array item is a meaningful change.
Find edits quickly with paths like $.user.name or $.items[2].
Example
Original Updated
"version": 1 "version": 2
"legacy": true "newTool": "compare"
Load the example to see a changed value, an added key, and a removed key in one report.
Good to know
No. Both documents are parsed before comparison, so spaces, line breaks, and object key order are ignored.
Array order and position are significant. An item at $.items[1] is compared with the item at the same position in the other document.
You can share the tool link, but document content is never placed in the URL. Copy or download the report locally when you need to send the result.