JSON Viewer
input.json✓ valid
output — tree view3 keys
{$
"user":
{$.user
"id":
1
"name":
"Alice Chen"
"email":
"alice@example.com"
"role":
"admin"
"active":
true
"score":
98.5
"tags":
[$.user.tags
"developer"
"designer"
]
"address":
{$.user.address
"city":
"San Francisco"
"country":
"US"
"zip":
"94105"
}
}
"posts":
[$.posts
{$.posts[0]
"id":
101
"title":
"Getting started with JSON"
"published":
true
"views":
1240
}
{$.posts[1]
"id":
102
"title":
"Advanced filtering techniques"
"published":
false
"views":
0
}
{$.posts[2]
"id":
103
"title":
"TypeScript best practices"
"published":
true
"views":
3891
}
]
"meta":
{$.meta
"version":
"2.1.0"
"timestamp":
1713110400
"count":
3
}
}