DevTools.run

JSON Path Finder

Click any value to copy its JSONPath

{
"user":
{
"name": "John Doe",
"age": 30,
"email": "john@example.com",
"address":
{
"street": "123 Main St",
"city": "NYC",
"zip": "10001"
}
,
"hobbies":
[
0:"coding",
1:"gaming",
2:"reading"
]
,
"active": true
}
}