FormatForge

JSONPath Explorer

Query and extract data from JSON using JSONPath expressions. Test your queries instantly with live results.

JSON Data

JSONPath Syntax Reference

ExpressionDescription
$Root object
.propertyChild property
[n]Array index (0-based)
[*]All array elements
..Recursive descent
[?(@.price < 10)]Filter expression
[0:3]Array slice