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. For Git-style unified/split patches on any text, use Diff Workbench.
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.
How is this different from Diff Workbench?
JSON Structural Diff highlights added/removed/modified JSON paths. Diff Workbench is a general text/Git-style viewer for any format, with inline highlights and .patch export.