Back to Tools
JSON Diff
Compare two JSON documents structurally — detect additions, deletions, and value changes at every nesting level.
JSON Diff
Structural Comparison • Type-Aware • Instant Results
Left (Original)
Right (Modified)
How to Use
- Paste the original JSON in the left panel and the modified JSON in the right panel.
- Click Compare (or press Ctrl+Enter) to see the structural differences.
- Green background = additions — keys present in the right but not in the left.
- Red background = deletions — keys present in the left but removed in the right.
- Blue background = value changes — keys exist in both but have different values.
- Switch between Tree View (inline structural view with color-coded nodes) and Table View (path-based list with old/new values).
- Use Swap to exchange the two panels, or Format buttons to pretty-print each JSON.
Tip: This tool compares JSON structurally — it parses both inputs first, so whitespace, indentation, and key ordering are ignored. Only real data differences are reported.