JSON Path Finder

Navigate JSON structure and generate JSONPath expressions with support for dot notation, bracket notation, and visual tree navigation.

Input JSON
JSONPath Quick Guide
SyntaxDescription
$Root object
.propertyAccess property
['property']Access property (alt)
[index]Access array index
[*]All elements