All live, all free, all browser-only. No signup, no limits.
The JSON viewer is a free online JSON viewer and formatter that turns minified, messy, or deeply nested JSON into a collapsible tree you can actually read. Type-tinted leaf values, expand/collapse on every branch, exact line/column reporting on parse errors, and a Format action that reflows the source into 2-space indentation.
Use it for debugging a noisy API response when the network tab's pretty-printer falls short, reading a log dump where every event is one minified line, inspecting a deeply nestedtsconfig or webpack config, or comparing two JSON payloads side-by-side by formatting both first.
Paste, format, copy. The CodeMirror editor on the left has JSON syntax highlighting and undo. The right pane shows either the parsed tree (when valid) or the parse-error message with the exact line and column (when not). Copy grabs the pretty-printed version, Min grabs a single-line minified blob — both run on the parsed object, so they double as a quick "is this even valid JSON?" check.
Nothing is sent to a server. There's no jq, no JSONPath query language, no schema validation — the goal is reading and reformatting, not transforming. If you need to render structured prose as readable HTML instead, the Markdown editor is the parallel tool. Why these tools. Full FAQ.