Compare two JSON objects and return structured diff. Shows added, removed, and c...
https://api.strale.io/x402/v2/diff-jsonOverview
Compare two JSON objects and return structured diff. Shows added, removed, and changed fields with paths and values. Algorithmic.
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-06 08:13:59
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"after": {
"description": "Modified JSON",
"required": true,
"type": "string"
},
"before": {
"description": "Original JSON",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"added": {
"type": "array"
},
"changed": {
"type": "array"
},
"identical": {
"type": "boolean"
},
"removed": {
"type": "array"
}
}