JSON Path Finder
Explore JSON structure and find paths to any value
$:{1}
store:{3}
name:"Tech Store"
products:[3]
location:{2}
"Laptop"
Path Syntax:
• $ - Root object
• $.key - Object property
• $[0] - Array index
• $.store.products[0].name - Nested path