JSON Cleaner API
Clean, normalize, and validate inconsistent JSON payloads. Convert obvious string values like numbers, booleans, and dates into proper JSON types through simple REST endpoints.
JSON Cleaner API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Normalize JSON /v1/json/normalize |
Normalize wrapped JSON recursively with conservative type conversion for numbers, booleans, and clear date values. |
| POST |
Fix JSON Types /v1/json/fix-types |
Convert obvious string values into native JSON-compatible types such as numbers, booleans, and clear date values. |
| POST |
Validate JSON /v1/json/validate |
Validate the wrapped JSON request structure without schema validation. |
JSON Cleaner API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $5 / month | — |
|
| PRO | $19.99 / month | — |
|
| ULTRA | $49.99 / month | — |
|