Toolora

JSON Diff

Compare two JSON values and list added, removed and changed paths.

The JSON Diff tool compares two JSON values and reports added, removed and changed paths with their values, plus a summary of the differences.

How to use

  1. Paste the original JSON into Before.
  2. Paste the updated JSON into After.
  3. Review the path-level changes and the JSON summary.

Frequently asked questions

Are object keys sorted?

Comparisons normalize key order so equivalent objects are not reported as changed.

Does it support arrays?

Yes, arrays are compared by index.