Skip to content
FizzKit

JSON Path Finder

Paste JSON, explore the tree visually, and click any value to copy its dot-notation or bracket-notation path. Great for pulling paths into JSONPath queries, jq, or code.

Runs locally in your browser
For large JSON, open fullscreen to explore paths comfortably
JSON input
0 chars · 1 line
Click any key or value to copy its path

Paste valid JSON above to explore it. Click any key or primitive value to copy its path.

About JSON Path Finder

Paste JSON, explore the tree visually, and click any value to copy its dot-notation or bracket-notation path. Great for pulling paths into JSONPath queries, jq, or code.

JSON Path Finder is part of FizzKit — a collection of focused, browser-based tools. Because everything runs locally, it works offline once loaded and never exposes your data to a remote server.

Frequently asked questions

Both dot notation (`a.b.c`) and bracket notation (`a["b"][0]`) are offered — pick whichever fits your target language.