This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Product upvotes vs the next 3
Waiting for data. Loading
Product comments vs the next 3
Waiting for data. Loading
Product upvote speed vs the next 3
Waiting for data. Loading
Product upvotes and comments
Waiting for data. Loading
Product vs the next 3
Loading
JSON Semantic Diff
Compare JSON by meaning, not just position.
Built for messy JSON with reordered arrays. JSON Semantic Diff infers likely object identity, supports composite keys and manual overrides, and suppresses positional noise so meaningful changes stand out. Everything runs locally in the browser.
I started building JSON Semantic Diff after running into the same frustrating problem over and over: two JSON payloads were logically almost identical, but a reordered array made the diff look like everything had changed.
That got me thinking that the real problem wasn’t just comparison - it was figuring out which objects on the left actually correspond to which objects on the right.
So I built a diff that tries to infer object identity from the data itself, including composite identities like store + sku. If the match isn’t reliable enough, it falls back instead of guessing, and you can always choose the matching keys yourself.
It’s still early, but the core experience is working well, and I’m actively improving it. If you work with APIs, payloads, configs, snapshots, or just messy JSON, I’d love for you to open the app, load an example, reorder a few objects, change some values, and see how it behaves.
JSON Semantic Diff was submitted on Product Hunt and earned 2 upvotes and 2 comments, placing #133 on the daily leaderboard. Built for messy JSON with reordered arrays. JSON Semantic Diff infers likely object identity, supports composite keys and manual overrides, and suppresses positional noise so meaningful changes stand out. Everything runs locally in the browser.
On the analytics side, JSON Semantic Diff competes within Open Source, Developer Tools and GitHub — topics that collectively have 630.1k followers on Product Hunt. The dashboard above tracks how JSON Semantic Diff performed against the three products that launched closest to it on the same day.
Who hunted JSON Semantic Diff?
JSON Semantic Diff was hunted by Chaitanya Chandurkar. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
For a complete overview of JSON Semantic Diff including community comment highlights and product details, visit the product overview.
Hey Product Hunt 👋
I started building JSON Semantic Diff after running into the same frustrating problem over and over: two JSON payloads were logically almost identical, but a reordered array made the diff look like everything had changed.
That got me thinking that the real problem wasn’t just comparison - it was figuring out which objects on the left actually correspond to which objects on the right.
So I built a diff that tries to infer object identity from the data itself, including composite identities like store + sku. If the match isn’t reliable enough, it falls back instead of guessing, and you can always choose the matching keys yourself.
It’s still early, but the core experience is working well, and I’m actively improving it. If you work with APIs, payloads, configs, snapshots, or just messy JSON, I’d love for you to open the app, load an example, reorder a few objects, change some values, and see how it behaves.
Try it: https://jsonsemanticdiff.dev