JSON Path Tester
Test JSONPath expressions against JSON data. Enter your JSON, write a path expression, and see matching results instantly.
Examples
Enter JSON and a JSONPath expression
Query JSON data with JSONPath expressions and see results
Ctrl+Enter to runCtrl+Shift+C to copy
Learn More
JSONPath: Query Language for Extracting Data from JSON Documents
Learn JSONPath syntax for filtering, slicing, and extracting values from complex JSON structures.
What Is JSONPath?
JSONPath is a query language for extracting data from JSON documents. Just as XPath navigates XML documents, JSONPath navigates JSON structures using a concise expression syntax. It was formalized in RFC 9535 (February 2024) after years of informal specification.
7 min readRead full guide