JSON Compare

Compare two JSON values and see exactly which keys are missing or different.

1
1

How to Use the JSON Compare

  1. Paste the first JSON into "Left JSON".
  2. Paste the second JSON into "Right JSON".
  3. Click "Compare" to see a list of every key that's missing or different between the two.

Frequently Asked Questions

It parses both inputs and recursively walks through every key, listing any keys that are missing on one side and any values that differ, along with their exact path (e.g. user.address.city).

No, key order is ignored — only the actual keys and values are compared, matching how JSON objects are treated in most programming languages.

Arrays are compared as whole values at each path; if an array's overall content differs it's reported as a changed value at that path rather than element by element.

Yes, it's completely free and requires no sign-up.
5.0 out of 5 (1 rating)
Rate this calculator:

Related Calculators