Hacker News new | ask | show | jobs
Show HN: A diff tool that understands JSON (diffchecker.dev)
1 points by subhash_k 123 days ago
Most diff tools treat JSON like plain text, leading to "noise" from different indentation or key ordering. I built https://diffchecker.dev/json/ to parse the structure first. It compares the data, not just the characters.

Semantic Diffing: Ignores whitespace and attribute order.

100% Client-Side: Your data never leaves your browser.