Skip to main content
Free browser-based utility

JSONPath Tester

Test JSONPath expressions against JSON and inspect matching values with their resolved paths.

Supported JSONPath features include dot notation, bracket notation, array indexes, wildcards, negative indexes, and recursive descent. Filters, slices, and unions are not supported in this version.
Privacy focused
Instant results
No signup required

About this tool

What is JSONPath Tester?

Run common JSONPath expressions against a JSON document directly in your browser. The tester supports root expressions, dot notation, quoted bracket properties, array indexes, negative indexes, wildcards, and recursive descent, then shows every matched path and value.

How to use

Get your result in a few steps

  1. 1

    Paste valid JSON into the editor.

  2. 2

    Enter a JSONPath expression beginning with $.

  3. 3

    Click 'Run JSONPath'.

  4. 4

    Review each matching path and value.

Frequently asked questions

Questions about JSONPath Tester

Which JSONPath features are supported?

The tester supports dot notation, quoted bracket properties, array indexes, negative indexes, wildcards, and recursive descent.

Are JSONPath filters supported?

No. Filters, slices, and unions are not supported in this version.

What happens when there are no matches?

The tool reports zero matches without changing the JSON input.

Keep exploring

Related tools

Browse all tools →