JSON Path Finder
Search JSON keys and values and return the path to every match.
JSON Path Finder
Matching paths
Matched paths and values appear here
Your data stays private. All processing happens locally in your browser. Nothing is uploaded to our servers.
Why use JSON Path Finder?
Search nested objects and arrays by key name or text value, then copy safe dot or bracket paths. Processing stays in the current browser tab so the source remains private.
How to use it
- 1
Paste valid JSON.
- 2
Enter a key name or text value.
- 3
Select Find Paths and copy one or all matches.
Common use cases
Find every occurrence of a configuration value
Example
{"users":[{"name":"Ada","active":true},{"name":"Lin","active":false}]}Frequently asked questions
What does JSON Path Finder do?
Search nested objects and arrays by key name or text value, then copy safe dot or bracket paths. Processing stays in the current browser tab so the source remains private.
Is my json input uploaded?
No. Your json input is processed locally by browser APIs and is never sent to DevTools Hub.
Can I use JSON Path Finder without an account?
Yes. JSON Path Finder is free, works without registration, and supports modern desktop and mobile browsers.
Explore more developer tools
Related tools
JSON Formatter
Beautify and validate JSON with readable indentation.
JSON ToolsJSON Sorter
Recursively sort JSON object keys while preserving array order and values.
JSON ToolsJSON Validator
Check JSON syntax and locate common errors.
JSON ToolsJSON Minifier
Remove unnecessary whitespace from valid JSON.
JSON ToolsSimilar tools
JSON to YAML
Convert JSON objects and arrays into readable YAML with configurable indentation.
JSON ToolsYAML to JSON
Parse safe YAML and convert it into consistently indented JSON.
JSON ToolsJSON Escape
Escape quotes, control characters, backslashes, and optional Unicode for JSON strings.
JSON ToolsJSON Unescape
Decode JSON escape sequences into their readable text representation.
JSON ToolsPopular tools
Recently added tools
Color Converter
Convert HEX, RGB, RGBA, HSL, and HSLA colors with alpha preservation.
Conversion ToolsCron Expression Explainer
Explain standard five-field numeric Unix cron expressions and calculate five future runs.
Conversion ToolsChecksum Generator
Calculate SHA-256, SHA-384, or SHA-512 checksums from UTF-8 text.
Security and Data ToolsHMAC Generator
Sign a message with HMAC-SHA-256, SHA-384, or SHA-512 using Web Crypto.
Security and Data Tools