JSON Diff Tool
Compare two JSON files and see exactly what changed: added, removed, and modified fields. Great for API version changes, config updates, and debugging regressions. Processing stays in your browser.
description JSON A (Old)
Paste JSON or upload a .json file.
description JSON B (New)
Paste JSON or upload a .json file.
difference Diff Results
Paths are shown in dot notation (arrays use [index]).
Added
0
Removed
0
Modified
0
Paste two JSON documents above and click Compare JSON.
How it works
- Added: the field exists in JSON B but not in JSON A
- Removed: the field exists in JSON A but not in JSON B
- Modified: the field exists in both, but the value changed
For arrays, Owly compares items by index (items[0], items[1], etc.). If you need
smarter array matching (by id/key), tell me the matching rules and I’ll extend the tool.