Story

Show HN: JSON Diff Tool – Compare JSON Documents in the Browser

ravikmd Friday, January 30, 2026

Hi HN! I built a simple browser-based JSON diff tool after getting frustrated with existing options that were cluttered with ads.

This tool: - Runs entirely client-side (your JSON never leaves your browser) - Shows visual side-by-side comparison - Handles nested objects, arrays, and type changes - Generates shareable links (data encoded in URL, no database) - No tracking, no ads, no account required

I use it constantly for comparing API responses during development and debugging config file changes.

The diff algorithm recursively walks both JSON structures and categorizes changes as additions, deletions, or modifications. Performance is decent up to ~10MB files.

The shareable link feature encodes both JSON docs in the URL itself, so you can share comparisons with teammates without any server-side storage.

Open source and completely free. Would appreciate any feedback on the UX or algorithm improvements!

Link: https://jsondifference.com/

Summary
JSONCrush is a fast and efficient JSON comparison tool that can identify differences between two JSON objects, highlighting added, modified, and removed elements. It provides a detailed report and supports various output formats, making it a valuable resource for developers working with JSON data.
1 0
Summary
jsondifference.com
Visit article Read on Hacker News