JSONPath Tester
FreeTest JSONPath expressions against JSON data with live results. Supports JSONPath Plus syntax.
$
Examples:
JSON Input
Results
No matches for this expression
JSONPath Quick Reference
$Root element.Child operator..Recursive descent (any depth)*Wildcard — all elements[n]Array index (0-based)[n:m]Array slice[-1]Last element[?(@.key)]Filter: has property[?(@.n==val)]Filter: equality[?(@.n>val)]Filter: comparison[?(@.n=~/regex/)]Filter: regex match@Current node (in filters)Reviews
Sign in to write a review