DevTools
Language

JSON Diff

DevTools JSON Diff compares two JSON documents side by side and lists added, removed, and changed field paths—all processed locally in your browser.

JSON A (original)
JSON B (compare)

About this tool

Useful for reviewing API version changes, config diffs, and test expectation comparisons. Differences are shown by path for quick pinpointing.

How to use

  1. Paste JSON A in the left input and JSON B in the right.
  2. Click Compare.
  3. Review the difference list.

FAQ

How do I compare two JSON documents?

On the DevTools JSON Diff page, paste both JSON values and click Compare. The tool lists every changed path.

Are array order changes treated as differences?

Yes. Arrays are compared index by index, so reordering shows as modifications at the corresponding indices.

Can I ignore certain fields?

The current version compares all fields. Ignore rules may be added in a future release.

Is my JSON uploaded?

No. Comparison runs locally in your browser.

Related tools