JSON ValidatorLIVE

Cole um JSON para validar.

JSON.parse · indent de 2 espaços

JSON Validator & Beautifier

Validate and format JSON instantly. Get precise error messages with line and column, or beautify with 2-space indent.

JSON Validator & Beautifier

Check if your JSON is valid, get precise error locations, and format it cleanly — all in your browser.

What is JSON?

JSON (JavaScript Object Notation) is a lightweight data format based on key-value pairs. It’s the standard for APIs, config files, and data exchange.

Common errors

FAQ

Does JSON allow comments? No. If you need comments, use JSONC (VS Code-style) or a format like YAML.

Can JSON have trailing commas? No — strict JSON forbids them, though some parsers tolerate them.