How to use
- Paste the original JSON into the left panel and the modified JSON into the right panel.
- Read the stats bar showing counts of added, removed, and changed values.
- Browse the changes list, each entry showing its RFC 6901 JSON Pointer path and the before/after values.
- Download the diff as a .json file or copy the share link. All diffing runs locally in your browser.
Examples
- Changing {"a":1,"b":2} to {"a":1,"b":3,"c":4} produces 1 changed entry at /b and 1 added entry at /c.
- Removing a nested key such as /address/zip from a larger object is listed as a removal with its full pointer path.