JSONPath Finder

Paste nested JSON and list every leaf value with its exact JSONPath. Filter by key or value to locate deeply nested API fields, array items, configuration values, and response properties.

Field picker will appear here.
Selected field export will appear here.

How to use the JSONPath Finder

Paste a valid JSON object or array. Run the finder to list all leaf paths, then filter by a key fragment or known value. Copy the matching paths into tests, scripts, or API documentation.

Frequently Asked Questions

How do I find a path in JSON?

Paste valid JSON and search for a key or value. The tool returns bracket-notation paths from the root symbol $.

What is JSONPath?

JSONPath is a query-style notation for identifying values inside nested JSON objects and arrays.

Why use bracket notation?

Bracket notation safely represents keys containing spaces, punctuation, or reserved characters.

Can this query a remote API?

No. Paste the response JSON manually; the tool does not fetch external URLs.

Is pasted JSON stored?

No. Parsing and path discovery run locally in your browser.