Grafo JSON

Visualize a estrutura JSON como grafo interativo

JSON Input

Loading editor...

Graph View

Graph visualization will appear here...

See how a JSON document is connected, not just nested

Tree views show hierarchy, but they hide relationships — a node that references another node deep elsewhere looks the same as a leaf value. A graph view renders those relationships as a network, so you can spot cycles, identify hubs, and understand the shape of a document at a glance.

Use the graph when you need to

Map a complex API response

Render a deeply linked response as a graph to see which entities reference which.

Debug references in a config file

Visualize anchor and alias relationships, or any $ref-style pointers, instead of chasing them by hand.

Onboard onto a new dataset

See the big-picture shape of an unfamiliar JSON document before drilling into specific values.

How to visualize JSON as a graph

  1. 1

    Paste your JSON into the editor.

  2. 2

    Wait for the graph to render with nodes for objects and arrays.

  3. 3

    Drag, zoom, and click nodes to inspect values and follow relationships.

Common graph workflows

Audit a config with cross-references

Use the graph to spot circular references or unused nodes in a complex config.

Reverse-engineer a GraphQL response

Render the response as a graph to see how related entities connect.

Document an unfamiliar payload

Capture a screenshot of the graph for a teammate trying to understand the data shape.

Ferramentas relacionadas

Perguntas frequentes

Cole seu JSON e a ferramenta renderiza um grafo interativo de nós, onde cada objeto e array vira um nó, conectado por arestas que representam relações pai-filho. Você pode arrastar os nós, dar zoom in/out e clicar para inspecionar valores.

Ela é mais útil para entender JSONs complexos e bem aninhados, com muitas relações. Ajuda bastante em respostas de API, arquivos de configuração e qualquer JSON em que você precisa enxergar a estrutura geral rapidamente.

No momento, o grafo é interativo no navegador. Para capturas, use a ferramenta de screenshot do seu sistema operacional. Estamos trabalhando para adicionar exportação direta em PNG/SVG.

A visualização em grafo lida bem com arquivos JSON de até ~1MB. Arquivos muito grandes, com milhares de nós, podem ficar lentos para renderizar. Para datasets grandes, use o Tree View ou o Size Analyzer.