JSON TOOL
JSON Compare
Compare two JSON documents and pinpoint structural and value changes.
- ✓ Property order ignored
- ✓ Array order respected
- ✓ Runs locally
0 characters
0 characters
Property order is ignored. Array order remains significant.
What does JSON Compare show?
The comparison walks through both documents and reports added properties, removed properties and changed values using readable paths such as $.user.name and $.items[0].
How to compare JSON
- Paste the original JSON on the left.
- Paste the changed JSON on the right.
- Select Compare JSON to validate both inputs and list their differences.
Related tools
Format and validate JSON before comparing, or decode a JWT payload.