JSON formatter

Format, minify and validate JSON. Inspect nested data in the tree view.

Drag a .json, .jsonl, or .ndjson file here, or choose one locally. The file is read into the input box only; it is not uploaded or stored.
Tree view / JSON Lines
Output
···
JSON complete structure report
JSON complete structure report
Tree view
Usage and limits

The tree view renders up to 3000 nodes and stops before very large objects can block the page. This tool checks syntax and structure, not JSON Schema semantics.

Input limit is 1 MiB of UTF-8 text. The lightweight scanner only reports common duplicate key and large integer diagnostics; it is not a full AST-preserving parser.