JSON Path Finder
Paste JSON and instantly see every path in dot, bracket or JSONPath notation — click any path to copy it.
This tool runs 100% in your browser. Your data is never uploaded, stored, or logged.
Paste JSON on the left — every path appears here. Click a path to copy it.
Click any path in the results to copy it to your clipboard.
About this tool
When an API returns a deeply nested response, the hardest part is often just figuring out how to reach the value you need. The JSON Path Finder lists every path in your document the moment you paste it, in dot notation, bracket notation, or JSONPath — so you can stop counting braces and start writing code.
Filter paths by keyword, limit results to leaf values, and click any row to copy the exact accessor to your clipboard.
How to use it
- Paste your JSON into the input box (or hit Load example).
- Choose a path style:
user.name,["user"]["name"], or$.user.name. - Optionally type a keyword to filter, e.g.
email. - Click any path in the results to copy it.
Useful ways to apply it
- Finding the accessor for a value buried five levels deep in an API response.
- Building JSONPath selectors for tools like Postman tests or jq pipelines.
- Documenting response structures for your team.
- Debugging why
data.items[0].priceis undefined.
Frequently asked questions
Does it work with large JSON files?
What is the difference between dot and bracket notation?
Can I extract only the values?
Privacy
This tool runs 100% in your browser. Your data is never uploaded, stored, or logged.