Skip to main content

JSONPath explorer

Run JSONPath queries on structured data.

Query JSON with JSONPath expressions. JSONPath syntax.

About JSONPath explorer

Use a JSONPath expression to select part of a JSON document. Start with the root symbol and add property names, array selectors, or other supported path operations.

Steps, example, and limitations

How to use it

  1. Paste the JSON to query.
  2. Enter a JSONPath expression and run it.
  3. Inspect the returned values and their locations.

Example

Input

JSON: {"items":[{"name":"Alpha"},{"name":"Beta"}]}
Path: $.items[*].name

Result

["Alpha", "Beta"]

Things to know

  • The tool uses its bundled JSONPath implementation; syntax from a different engine may behave differently.
  • Evaluation is constrained for safety. Do not assume arbitrary JavaScript expressions are supported.

Navigation

Find a tool

Favorites, recent, and quick access

Image compressorReduce image file size with adjustable quality.
JSON formatterFormat, validate, and minify JSON data.
Merge PDFCombine multiple PDF files into one document.
Password generatorGenerate random passwords with configurable character sets.

Preferences

These preferences are saved only in this browser.

Tool input stays in memory and is cleared when you leave the page. Downloaded files are managed by your browser. AI model caches, when used, are separate from these preferences.