AI JSON Verifier and Fixer
Validates JSON input and optionally attempts to repair common JSON syntax errors (dangling commas, single quotes, etc.). Can also validate against a provided JSON schema. Returns validation status, any errors found, and the parsed JSON data if valid. Redoc: https://dev-utilities-suite.onrender.com/redoc/json-fixer Swagger: https://dev-utilities-suite.onrender.com/docs/json-fixer
AI JSON Verifier and Fixer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
fix_json_json_fixer_fix_post /json-fixer/fix |
Validates JSON input and optionally attempts to repair common JSON syntax errors (dangling commas, single quotes, etc.). Can also validate against a provided JSON schema. Returns… |