Developer Tool

Compare two JSON files with clear path-level diffs.

Paste JSON A and JSON B, then see exactly what changed: added, removed and modified values.

StatusWaiting for input...
Total diffs0
Changed0
Added0
Removed0

How to compare JSON files

1. Paste your first JSON object into JSON A.

2. Paste the second object into JSON B.

3. Click compare to see added, removed, and changed paths.

This helps with API regression checks, config reviews, and debugging payload changes.

Common JSON compare issues

Invalid JSON syntax: fix trailing commas, quotes, and bracket mismatches first.

Large payloads: compare smaller fragments to keep processing fast.

Unexpected differences: check data types and array order carefully.

FAQ

Does this tool store my JSON?
No. Processing runs in your browser.

Can I compare nested objects?
Yes. The result highlights path-level changes in nested structures.

Can I use minified JSON?
Yes. Minified and formatted JSON are both supported.