πŸ› οΈ Developer Tools
Β· 1 min read

Free JSON Path Finder & Tester


Test JSONPath expressions against JSON data. Paste your JSON, write a path, see the result.

JSONPath Syntax

ExpressionDescription
$Root object
$.storeAccess property
$.store.book[0]First array element
$.store.book[-1]Last array element
$.store.book[*].authorAll authors
$.store.book[0,1]First two books