JSON Viewer
Paste JSON and see every value in it as a flat list: the path, the type, and the value. This is deliberately not a collapsible tree — the question you usually have about an unfamiliar API response is “what is the path to this field and what type is it”, and a tree makes you click through six levels to answer it. Here every path is written exactly as you would use it in code, ready to copy.
Hides the object and array rows, leaving just the values you can actually read.
Nothing is uploaded — this tool runs inside your browser, so your files never leave your device.
Why use this tool
- Every value as a path, a type and a value — no clicking through levels
- Paths written in code form, like $.user.roles[0], ready to copy
- A values-only mode that hides the structural rows
- Reports the exact line and column when the JSON doesn't parse
How it works
- 1Paste the JSON — an API response, a config file, a log line.
- 2Switch on “values only” to hide the object and array rows.
- 3Copy any path straight into your code.
JSON Viewer — frequently asked questions
Because the usual question is “where is this field and what type is it”, and a flat list answers it with one search. A tree hides exactly the thing you're looking for behind however many levels it happens to be nested under. It also means you can copy a working path in one action rather than reading it off the indentation.
More developer tools
Looking for something else? Browse all developer tools
Explore the other tools
Same deal everywhere on the site — free, no sign-up, and no watermark on anything you download.
Or see every tool on one page.