JSON Path Finder

Paste JSON, click on any key to find its JSONPath/dot notation path

Processed on your device β€” never uploaded
JSON Input
JSON Tree
Paste valid JSON to see the tree

Frequently Asked Questions

What is JSONPath?
JSONPath is a query language for JSON that uses dot notation and bracket syntax (like $.store.book[0].title) to locate specific values within a JSON document.
How do I find the path to a JSON value?
Paste your JSON into the input and click on any key in the interactive tree view to instantly see its full JSONPath and the value at that location.
Does this tool support nested JSON and arrays?
Yes, the tree view expands nested objects and arrays, and clicking any node at any depth gives you the correct path using dot and bracket notation.