toolkitta.

JSONPath Query

Explore JSON with JSONPath selectors and see the exact paths and values that match.

Your data is never uploaded
Paste JSON or open a fileOr start from an example:
Waiting for input

Matches

The result appears here as you type.

Ctrl+F search · Ctrl+↵ copy result · Ctrl+Shift+F result to input · Esc then Tab leaves the editor

How it works

How to use JSONPath Query

  1. Paste JSON or open a file.
  2. Enter a JSONPath expression such as $.items[[email protected] > 12].name.
  3. Inspect the paths and values, then copy or download the matches.
Frequently asked questions

Useful details

3 answers
Can I use filters?

Yes. Standard JSONPath comparisons work, such as [[email protected] > 12]. JavaScript expressions are not executed.

What if nothing matches?

The result says 0 matches. Check key spelling and array positions.

Is my JSON uploaded?

No. The query runs in your browser.

More help

Guides, common conversions and useful next steps.