JSONPath Tester
Test JSONPath expressions against JSON data with live results.
JSON Data Paste here
Results
About JSONPath Tester
Test JSONPath expressions against your JSON data in real-time. JSONPath is a query language for JSON, similar to XPath for XML. Use it to extract specific values from complex JSON structures.
Common expressions: $ root, . child, .. recursive descent, [*] wildcard, [0] array index.