JSON Diff & Compare
Compare two JSON structures and see every difference highlighted. Deep recursive comparison with path display. Everything runs in your browser.
About JSON Diff & Compare
Comparing JSON structures is essential when debugging API responses, reviewing configuration changes, or tracking data transformations. This tool performs a deep recursive comparison of two JSON documents, identifying every added, removed, and changed value at any nesting level.
Each difference is displayed with its full JSON path (e.g., $.user.address.city) so you can locate changes instantly. Choose between side-by-side, unified, or tree view depending on your preference.
Features
- Deep recursive comparison of nested objects and arrays
- Smart array diffing that detects moved items
- Three view modes: side-by-side, unified, and collapsible tree
- Full JSON path display for every difference
- Color-coded: green for added, red for removed, yellow for changed
- 100% client-side — your data never leaves your browser