JSONPath Expression
Examples:
$ root, $.key property, $..key recursive, [*] all items, [0] index, [?(@.price < 10)] filter
JSON Input
Results
Enter JSON and JSONPath to see results