JSON Formatter & Validator
Format, validate, and minify JSON data. View stats like key count and nesting depth. Sort keys alphabetically and customize indentation.
Input JSON
Formatted Output
{
"name": "John Doe",
"age": 30,
"address": {
"street": "123 Main St",
"city": "New York",
"state": "NY"
},
"hobbies": [
"reading",
"coding",
"hiking"
],
"active": true
}Stats
Object
Type
8
Keys
2
Depth