DevToolbox

JSONPath Tester

Query JSON documents with JSONPath expressions

JSON Data
Loading...
Results

Paste JSON and enter a path to see results

Related tools

What is JSONPath?

JSONPath is a query language for JSON, similar to XPath for XML. It allows you to extract specific values from complex JSON structures using path expressions like $.store.book[0].title or $..author. This tool evaluates JSONPath expressions against your JSON data entirely in the browser.