Compare · JSON Prettifier & Minifier
Two independent scenarios side by side.
Scenario A
JSON
Bytes
79
Depth
2
Nesting levels
Keys
3
Object fields
Output
{
"name": "Ada",
"scores": [
94,
88,
92
],
"active": true
}Scenario B
JSON
Bytes
79
Depth
2
Nesting levels
Keys
3
Object fields
Output
{
"name": "Ada",
"scores": [
94,
88,
92
],
"active": true
}