JSONPath Tester

Test JSONPath expressions against JSON instantly in your browser — nothing is uploaded.

Results


Test JSONPath expressions online

Paste JSON and enter a JSONPath expression to query it. Supports dot notation ($.a.b), array indexing ($.a[0]), wildcards ($.a[*], $.*), and recursive descent ($..key).

Everything runs in your browser — no uploads, no accounts, no server.

FAQ

What JSONPath syntax is supported? Dot notation, bracket notation with integer and wildcard indexes, and recursive descent with ...

Is my data sent anywhere? No — all evaluation happens locally in your browser.

Related tools

Popular tools