JSONPath Syntax Quick Reference:

$ root node • $.property child property • $[0] first array element • $[*] all array elements • $..[*] recursive descent • $[?(@.price < 10)] filter expression

JSON Data

Sample Data

JSONPath Expression

Results

0 matches
Enter JSON data and a JSONPath expression to see results