Skip to main content
Develop Tools

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 input
0 characters

Search results

0 items
-

Run a search to display values and paths here.

Enter JSON or load the sample.

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

  1. Paste the JSON or open the .json file.
  2. Enter a JSONPath expression beginning with $.
  3. Run the search with Search or Ctrl/Command + Enter.
  4. Select a result to move to the matching value in the input JSON.

Limitations

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.