Skip to content
DDevToolery

JSON Viewer

Browse a document as a collapsible tree and copy paths out of it.

Loading tool…

About this tool

Useful when you need to find one value inside a large API response. Every node shows its type, and you can copy either the value or the dotted path that reaches it.

Questions

How do I get the path to a value?
Hover over any row and use the copy icon. It yields the dot-notation path, which you can paste straight into the JSONPath tool or into application code.
It slows down on my file. What is the limit?
The tree renders every expanded node, so very large documents are heavy. Collapse all first and expand only the branch you need — or use JSONPath to extract the part you actually want.

Privacy

This page does its work in your browser. What you paste is processed by JavaScript running on your own device and is never sent to a DevToolery server — there is no server that could receive it. The page itself is a static file delivered by a CDN. See exactly what is stored.