Online JSON Diff — Compare Two JSON Documents
Paste two JSON payloads and highlight structural differences. Useful for API regression checks, config reviews and debugging — nothing uploaded.
Developer notes
• Both panels must contain valid JSON before Compare runs. • Toggle keys-only mode to ignore value changes when reviewing schema drift. • The summary dashboard lists affected JSON paths for quick scanning. • Comparison logic is structural — array order and nested paths matter.
When teams pick this route
• API regression checks between staging and production responses. • Config reviews when Helm or Terraform exports JSON snapshots. • Debugging feature flags or A/B payload differences. • Validating converter round-trips before merging.
Worked examples
Feature flag flip
Original JSON
Updated JSON
Nested key added
Original JSON
Updated JSON
Navigate related JSON tools
Validate inputs with the JSON validator, prettify either side via the JSON formatter, or inspect structure in the JSON tree viewer. Compress winners with our JSON minifier.
JSON diff FAQ
Structural comparison expectations
What counts as a difference?
Changed values, added keys, removed keys and type changes are highlighted. Identical documents report no differences.
Keys-only mode?
When enabled, value edits are ignored — useful when you only care about schema shape.
Array order?
Arrays are compared positionally — reordering elements may show as changes.
Is data uploaded?
No — both payloads are compared entirely in your browser.
Can I diff YAML or XML directly?
Convert to JSON first using our format converters, then paste both JSON documents here.
Browse every FastMinify utility in one place? Developer tools hub Open the developer tools catalogue.