Skip to content
ZeroServer.tools

JSON Diff Checker

Compare two JSON objects and see what was added, removed, or changed.

4 differences
changedage
- 30
+ 31
removedcity
"NYC"
changedtags[1]
- "b"
+ "c"
addedcountry
"USA"

Structural JSON diff vs text diff

A plain text diff highlights changed lines, so re-ordering keys or reformatting shows up as noise. This tool parses both sides and compares them structurally — by key and value — so you see only what actually changed: keys added, removed, or changed, each with its path. Both documents are parsed in your browser.

Related: the JSON formatter, the text diff tool, and the JSON minifier.

Related Developer Utilities tools