Format, minify and validate JSON instantly — with precise error location.
JSON (JavaScript Object Notation) is a lightweight, human-readable, easy-to-parse data format. It has become the standard data format on the web — used for REST APIs, config files, and NoSQL databases.
This tool helps tidy up hard-to-read JSON strings (e.g. from API responses), minify for production, and locate syntax errors with exact line and column information.
JSON is strictly specified (RFC 8259). Common gotchas that cause parser errors: