Explore as a tree
Objects and arrays become collapsible nodes annotated with their size, so you can drill into a deeply nested response instead of scrolling through it. Expand or collapse everything in one click.
A fast, no-nonsense tool for reading JSON. Paste a payload into the editor above and it is parsed, validated and rendered as a collapsible tree — instantly, and without ever leaving your browser.
Objects and arrays become collapsible nodes annotated with their size, so you can drill into a deeply nested response instead of scrolling through it. Expand or collapse everything in one click.
Turn a single-line API response into readable, consistently indented JSON with two spaces per level — the layout most style guides and code reviewers expect.
Strip every optional space and line break to get the smallest possible payload, which is what you want before sending JSON over the wire or embedding it in a config value.
The status line tells you immediately whether the document is valid, and on failure shows the parser's own message so you can find the offending character rather than guessing.
There is no upload step and no backend involved in the actual work. The document you paste is handled entirely by your browser's JSON parser, so nothing is transmitted, stored or logged on our side. That makes the tool usable for production payloads, access tokens and customer data that you would not want to paste into an online service in the first place.