Search JSON data by key name and find all matching paths and values instantly.
Developer Tools
Tool
How to Use
1Paste your JSON into the input textarea
2Type a key name or partial path in the search field
3All matching paths and their values appear instantly
4Click any result to copy the full path to clipboard
Frequently Asked Questions
JSON Path Finder searches through JSON data recursively to locate all occurrences of a key name, returning the full JSONPath expression and the corresponding value for each match.
Yes. The search is case-insensitive and matches any key that contains the search term, so you don't need to know the exact key name.
Paths use JSONPath notation starting with $, for example $.users[0].name or $.config.database.host.
Yes. Everything runs in your browser locally. No data is transmitted to any server.