Why diff JSON structurally?
API payloads and JWT claims often differ by key order or nested fields. A raw text diff is noisy; a structural diff highlights added, removed, and modified paths.
This tool pretty-prints both sides (optionally sorting keys), shows path-level changes, and a green/red/amber line view — all in your browser.
How to use this tool
- Paste Original and Modified JSON.
- Enable Sort keys to ignore object key order; optionally auto-format.
- Review structural changes and the line diff; swap sides if needed.
Frequently asked questions
Is my JSON uploaded?
No. Parsing and diffing run entirely client-side.