JSON WalletPrivacy-first JSON & API workspace

JSONPath Tester

Query JSON with a JSONPath expression and see the matching values instantly. Try $.users[*].name on the sample. Supports child access, array indexes, slices, wildcards [*] and recursive descent ...

Input
Matches

Frequently asked questions

Which JSONPath features are supported?

Root $, dot and bracket child access, array indexes (including negative), slices [start:end], wildcards [*] / .*, and recursive descent ... Filter expressions like [?(@.x>1)] are not supported.

Is my data uploaded?

No β€” the query runs entirely in your browser.

Press ⌘ K for commands