What is Semantic JSON Diff?
The semantic JSON diff compares two JSON objects by their structure, not their text. That means it ignores key order and formatting or indentation differences, showing you only what actually changed: which properties were added, which were removed and which changed value, each identified by its exact path (for example user.address.city).
It is the ideal tool for comparing two API responses across versions, reviewing changes in configuration files, or debugging why two objects that "look the same" behave differently. A traditional text diff gets lost with key reordering; the semantic diff goes straight to the point. All analysis runs in your browser, so you can compare sensitive data with peace of mind.
Frequently asked questions
Is it free?
Yes, all NewKit tools are completely free.
Is my data sent to a server?
No. Processing happens 100% in your browser, so it is safe even for sensitive data.