JSON Diff Comparator
Pricing
Pay per usage
Go to Apify Store

JSON Diff Comparator
Compare two JSON objects and find differences. Deep comparison with detailed diff output showing added, removed, and changed values.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Donny Nguyen
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
JSON Diff Comparator - Deep Object Comparison
Compare two JSON objects and show all differences. Deep comparison with path tracking and type change detection.
Key Features
- Deep recursive comparison
- Path-based difference reporting
- Type change detection
- Array order options (strict or set-based)
- Key ignore list for flexible matching
Cost
Typical runs cost less than $0.01.
Input Example
{"json1": {"name": "John", "age": 30}, "json2": {"name": "John", "age": 31}}
Output Example
{"identical": false, "differenceCount": 1, "differences": [{"type": "changed", "path": "age", "value1": 30, "value2": 31}]}
Use Cases
- API response validation
- Configuration drift detection
- Data migration verification
- Test result comparison
Built By
Donny Dev - Blockchain & automation developer