JSON Diff Checker

Paste two JSON documents to instantly see which keys were added, removed or changed between them.

Updates instantly as you type

01 / Fast steps

  1. Paste the original JSON.
  2. Paste the changed JSON.
  3. Review the list of differences, updated as you type.

02 / Best for

  • Comparing two versions of an API response.
  • Checking what changed between two config files.
  • Reviewing a data migration or export for unexpected changes.

03 / Keep in mind

  • Treats arrays positionally: reordering array items is reported as a change.

faq

Questions, answered.

01Does key order matter?

No, for objects the keys are compared by name, not by their order in the document.

02How are array differences shown?

Array items are compared by their position (index), so an item added in the middle will shift and report every following index as changed.

03Is JSON Diff Checker free to use?

Yes, JSON Diff Checker is completely free, with no sign-up and no usage limits. It runs entirely in your browser, so your data never leaves your device.