JSON Diff
Compare two JSON objects and see structural differences — added, removed, and changed keys highlighted.
About JSON Diff
This tool performs a deep structural comparison of two JSON documents. Unlike a plain text diff, it understands JSON semantics — comparing objects by key and arrays by index, so reordering whitespace or formatting won't produce false differences.
Added keys exist only in the right document. Removed keys exist only in the left. Changed keys exist in both but have different values. Nested objects and arrays are traversed recursively, showing the full JSON path to each difference.
Use Tree view to inspect each difference interactively, or Raw view for a compact, copy-friendly summary. Press Ctrl+Enter to compare.
Related Inspect Tools
AI Model Comparison
Compare GPT, Claude, Gemini, Llama, and more — pricing, context windows, capabilities, and reasoning support for 21 models
JWT Decoder
Decode and inspect JSON Web Tokens instantly
Regex Tester
Test regular expressions with real-time match highlighting
URL Parser
Parse URLs into protocol, host, path, and query params