Compare · JSON Prettifier & Minifier
Two independent scenarios side by side.
Scenario A
JSON
Output
{
"name": "Ada",
"scores": [
94,
88,
92
],
"active": true
}Scenario B
JSON
Output
{
"name": "Ada",
"scores": [
94,
88,
92
],
"active": true
}