Youtilities

JSON Viewer & Path Finder

Explore JSON as a tree or a graph. Click any value to copy its path in JS, jq, JSONPath, or Python.

Runs in your browser. Nothing is uploaded.

Input

Waiting for JSON

Path
Click any row below to get its path.

Your JSON appears here as a tree or a graph.

What this does

Paste JSON and see it as a folding tree or a graph of linked boxes. Open and close branches to find what you need in a large response instead of scrolling through raw text.

Graph view

Switch to Graph to see each object and array as a box, joined by arrows to the boxes inside it. Deep nesting reads left to right instead of as indentation, and the arrows to your selected value light up so you can see the whole route from the top.

Get the path to any value

Click a row and the path bar shows how to reach it in JavaScript, jq, JSONPath, Python, or lodash. Copy it straight into your code.

Large files

Deeper levels start closed and long lists load in pages of 200, so files of several megabytes stay fast. Everything runs in your browser; nothing is uploaded.

All