How to compare two JSON objects and find differences
Paste two JSON objects — see added, removed, and changed keys with a summary count.
API responses change between versions. Config files drift. The JSON Diff tool flattens nested objects to dot-notation paths and highlights what changed — green for added, red for removed, amber for changed values.
How it works
- Paste original JSON — left box.
- Paste modified JSON — right box.
- Click Compare — see path-level differences.
JSON diff vs text diff
The Diff Checker compares raw text line-by-line. JSON Diff compares by key path — better for config and API payload changes where key order does not matter.
Invalid JSON
Malformed JSON shows a parse error instead of a diff. Format first with the JSON Formatter if needed.