Format, validate, minify, and visualize JSON data instantly. Tree view, error detection, and customizable indentation — no signup required.
{
"name": "Tech System Lab",
"version": "2.0.0",
"features": [
"tools",
"blog",
"pdf-tools"
],
"config": {
"theme": "dark",
"language": "en",
"notifications": {
"email": true,
"push": false
}
},
"users": [
{
"id": 1,
"name": "Alice",
"role": "admin"
},
{
"id": 2,
"name": "Bob",
"role": "editor"
}
]
}