JSON Path Finder
Interactive tool to find JSON paths by clicking on values
Input JSON
0 charsJSON Structure
0 nodesParse JSON to see the structure
JSONPath Syntax
Basic Notation
- $ - Root element
- .key - Child property
- [0] - Array index
- ['key'] - Bracket notation
Examples
- $.store.name
- $.products[0].price
- $.data['special-key']
- $.items[*].id
Usage
- Click any value to select
- Copy path for use in code
- Search to filter nodes
- View nested structures