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).
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.
No comment highlights available yet. Please check back later!
About JSON Semantic Diff on Product Hunt
“Compare JSON by meaning, not just position.”
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.
JSON Semantic Diff was featured in Open Source (68.9k followers), Developer Tools (519.8k followers) and GitHub (41.4k followers) on Product Hunt. Together, these topics include over 129.8k products, making this a competitive space to launch in.
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.
Want to see how JSON Semantic Diff stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.
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