How to use
- Paste or type your JSON into the input.
- The tool validates it instantly and reports the first syntax error if any.
- Choose an indent width to pretty-print, or minify to a single line.
- Expand and collapse nodes in the tree view to explore nested objects and arrays.
Examples
- Pasting {"a":1,"b":[2,3]} and formatting produces an indented, colour-highlighted tree.
- If a comma or brace is missing, the validator points to the line and character where parsing failed.