T TextTools

JSON Diff

Compare two JSON values structurally — see exactly what was added, removed, or changed, with full key paths.

Advertisement

How to use JSON Diff

  1. Paste the original JSON on the left.
  2. Paste the new JSON on the right.
  3. Click Compare to see the structural diff.

What is JSON Diff?

Useful for comparing API responses across deploys, diffing config files, or reviewing JSON-formatted changes. Output groups changes by type with color coding: green for adds, red for removes, yellow for changes.

Advertisement

FAQ

How are arrays diffed?
Position-based — items at the same index are compared, mismatched lengths show as adds/removes at the end.

Related tools