JSON Viewer

Visualize and explore JSON data with an interactive tree structure

Raw JSON

Tree View

name:"John Doe"
age:30
isActive:true
address:{3}
street:"123 Main St"
city:"New York"
zipCode:"10001"
hobbies:[3]
0:"reading"
1:"swimming"
2:"coding"
spouse:null
children:[2]
0:{2}
name:"Alice"
age:5
1:{2}
name:"Bob"
age:8