JSON Formatter & Validator
Format, validate, minify and explore JSON. All processing happens in your browser β nothing is sent to any server.
β Valid JSON
Input
Indent
Click any { or [ to toggle
βΎ{
"name": "usepreciso DevTools",
"version": "1.0.0",
βΎ"features": [
"JSON Formatter",
"Validator",
"Minifier"
],
βΎ"users": [
βΎ{
"id": 1,
"name": "Alice",
"age": 28,
"active": true,
"role": "admin"
},
βΎ{
"id": 2,
"name": "Bob",
"age": 35,
"active": false,
"role": "user"
},
βΎ{
"id": 3,
"name": "Carol",
"age": 22,
"active": true,
"role": "editor"
}
],
βΎ"meta": {
"free": true,
"clientSide": true
},
"count": 42,
"active": true,
"nullField": null
}
Type:objectLines:39Size:377BDepth:3Keys:8