JSON Diff Viewer
Compare two JSON objects and highlight added, removed, and changed keys. Runs entirely in your browser.
Pure browser JavaScript — no external libraries.
How to use this tool
- Paste the before JSON in box A and after JSON in box B.
- Click Compare.
- Green = added, red = removed, orange = changed.
Compare two JSON objects and highlight added, removed, and changed keys. Runs entirely in your browser.
Frequently asked questions
- Does it handle nested objects?
- Yes — keys are flattened with dot notation so nested changes show the full path.