← All JSON tools

Inspect tool

JSON Compare & Diff

Compare two JSON documents and find added, removed and changed values by path. Processing stays in your browser.

✓ Free to use✓ No signup✓ Runs locally
49 bytes · local only
Waiting
Processed entirely in this tab

Your input and result are not sent to JSON Hearth or stored on a server.

When to use it

What JSON Diff helps you do

JSON diff compares parsed structures rather than line wrapping, making it easier to see which paths and values actually changed.

1

Compare API versions

Identify response fields that were added, removed or changed between releases or environments.

2

Review configuration changes

See meaningful differences between two configuration snapshots without whitespace noise.

3

Verify transformed data

Check whether a migration or processing step altered only the intended values.

Important limitations

What to check before using the result

Common questions

About JSON Diff

Is JSON diff different from a text diff?

Yes. It compares parsed keys, array positions and values, so indentation changes do not create false differences.

Does object key order matter?

Object keys are compared by name rather than by the order in which they appear in the source text.