Beautify compact JSON
{"name":"Ada","active":true}
↓
{
"name":
"Ada",
"active": true
}
Expand minified JSON into an indented structure that is easier to inspect and debug.