Inspect/

JSON Graph

No network payload
Input⌘1375 B · JSON
ResultReady

Your result will appear here

Run the current tool with . The payload stays inside the local worker.

Payload not persisted375 BUTF-8json-buf
Inspect · PROCESSED LOCALLY

What JSON Graph does

See a payload as a node and edge graph, with array elements folded into one counted node.

Also searched as graph, visualize, diagram, node graph, network, structure map, visualise, picture.

01

Project the document into nodes and edges

02

Fold repeated array elements in shape mode

03

Render inside a bounded node budget

Shape mode is the useful one

Drawing every element of a thousand-row array produces a hairball. Shape mode folds them into one node carrying the count, so the structure stays readable at any size.

QUESTIONS, ANSWERED

JSON Graph FAQ

Does jsontools.me upload my JSON?

No. The document is parsed and processed by json-buf inside a dedicated WebAssembly worker on your device.

Does it work offline?

Yes. After the application shell and engine have loaded once, the installable PWA keeps the tools available without a network connection.