JSON Diff
# JSON Diff API Compare two JSON values and get a structured diff. Instantly see what was added, removed, or changed. ## Overview Send any two JSON values (objects, arrays, or primitives) and get back a detailed diff with JSONPath locations for every change. Perfect for comparing API responses, config files, database records, or any structured data. Changes are categorized into three groups: -…
JSON Diff endpoints
| Method | Endpoint | Description |
|---|---|---|
| diff | ||
| POST |
computeDiff /diff |
Compares two JSON values (objects, arrays, or primitives) and returns a structured list of changes categorized as added, removed, or changed. |
| health | ||
| GET |
health /health |
|
JSON Diff pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | — |
|