JSON Tools

JSON Path Finder

Search JSON keys and values and return the path to every match.

Browser workspace

JSON Path Finder

⌘ / Ctrl + Enter to run
ImportantThis is a local search utility, not a complete implementation of the JSONPath specification.
Searches both key names and primitive text values.

Matching paths

Matched paths and values appear here

Privacy-first processing

Your data stays private. All processing happens locally in your browser. Nothing is uploaded to our servers.

Built for real work

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.

Recursive key and value search
Safe array and unsafe-key notation
Individually copyable paths with previews

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

Locate deeply nested API fields

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