JSON
Path
$
Format
Copy
JSON Input
Tree View
Paste JSON on the left and enter a JSONPath expression above.
Or click a preset in the sidebar to start.
Presets
Syntax Ref
▲
$
Root element
.
Child operator
..
Recursive descent
*
Wildcard — all children
[n]
Array index (0-based, negative ok)
[,]
Union of names/indices
[s:e]
Array slice (start:end)
?()
Filter expression
@
Current node in filter
==!=
Equality / inequality
<>
Comparison operators