JSON Input
Tree View
▼{
▼"user": {
"id": 1
"name": "Alice"
"active": true
"score": 9.8
▼"address": {
"city": "Springfield"
"zip": "12345"
}
▼"tags": [
"developer"
"admin"
]
"metadata": null
}
▼"pagination": {
"page": 1
"total": 42
"hasMore": true
}
}