DevBolt
Processed in your browser. Your data never leaves your device.
← Back to tools

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