JSON Tools
Click through any JSON tree to auto-build paths. Test, format, and escape JSON — all in your browser.
Valid JSON · 988 chars
JSON Input
Built Path← click any node in the tree
$.store.books[0]Value at path:
{
"id": 1,
"title": "The Pragmatic Programmer",
"author": "David Thomas",
"price": 45.99,
"inStock": true,
"tags": [
"programming",
"best-practice"
]
}Interactive Tree
Click any node to build path
{
"store": {
"name": "Panda Books"
"founded": 2020
"active": true
"address": {
"street": "42 Bamboo Lane"
"city": "Mumbai"
"country": "India"
}
"books": [
0: {✓
"id": 1
"title": "The Pragmatic Programmer"
"author": "David Thomas"
"price": 45.99
"inStock": true
"tags": [
0: "programming"
1: "best-practice"
]
}
1: {
"id": 2
"title": "Clean Code"
"author": "Robert C. Martin"
"price": 39.99
"inStock": false
"tags": [
0: "programming"
1: "refactoring"
]
}
2: {
"id": 3
"title": "You Don't Know JS"
"author": "Kyle Simpson"
"price": 29.99
"inStock": true
"tags": [
0: "javascript"
1: "advanced"
]
}
]
"manager": null
"contact": {
"email": "hello@pandabooks.in"
"phone": "+91-22-1234-5678"
}
}
"lastUpdated": "2026-03-04"
"version": 3
}
stringnumberbooleannull