JSONPath Tester | Search and Extract JSON Values
Search JSON with JSONPath and inspect values, types, normalized paths, and JSON Pointers directly in your browser.
JSONPath Search
Paste JSON or open a file, then enter a search expression.
Input JSON
Direct inputSearch results
0 itemsRun a search to display values and paths here.
Use search results
Copy or save the search results as a JSON array.
- Matches
- 0
- Number of views
- 0
- processing time
- -
- Search expression
- -
About this tool
Extract the values you need from API responses and configuration files, then inspect each value's type, normalized path, and JSON Pointer.
Features
- Root, child, array index, wildcard, and recursive descent selectors
- Unions, array slices, comparison filters, and existence filters
- length, count, match, search, and value functions
- Display and copy values, types, normalized paths, and JSON Pointers
How to use
- Paste the JSON or open the .json file.
- Enter a JSONPath expression beginning with $.
- Run the search with Search or Ctrl/Command + Enter.
- Select a result to move to the matching value in the input JSON.
Limitations
- Only standard JSON is supported; JSON5, comments, and trailing commas are not.
- Arbitrary JavaScript expressions, script evaluation, and JSON modification are not supported.
- Regular-expression details and implementation-specific JSONPath extensions may differ from other tools.
- Searches return up to 50,000 matches, while the screen displays up to the configured limit.
Privacy: Input JSON, files, JSONPath expressions, and search results are processed only in your browser and are not sent to or stored on Develop Tools servers.