JSONPath Tester
Test and evaluate JSONPath expressions against JSON data
Enter a JSONPath expression and click Evaluate
JSONPath Syntax Reference
$ |
Root object |
. |
Child operator |
.. |
Recursive descent |
* |
Wildcard (all elements) |
[n] |
Array index |
[start:end] |
Array slice |
[*] |
All array elements |
['name'] |
Bracket notation |