DEV Community

Ravi Kumar
Ravi Kumar

Posted on

JSON Diff Tool

Quick tool announcement: I built a browser-based JSON diff tool because I didn't like how the current options were cluttered with ads and didn't have the features I wanted.

What makes it different?

Client-side only - Your JSON never touches a server. Everything runs in your browser.

Shareable links - Generate URLs with the diff encoded directly in them. No database, no expiration.

Dead simple - Paste two JSON docs, see the differences. That's it.

Actually free - No freemium model, no "upgrade to compare larger files", just free.

When I use it:

  • Comparing API responses while debugging
  • Checking what changed in config files
  • Sharing diffs with teammates (just send the URL!)
  • Verifying test data structures

Link

https://jsondifference.com/

Try it out and let me know what you think! Open to feature suggestions.

DevTools #WebDev

Top comments (0)