Minified input
Input
{"a":1,"b":[true,false]}
Output
Beautify JSON instantly in your browser.
Some tools run in your browser. Some may require server processing depending on the feature.
{"a":1,"b":[true,false]}
{
"a": 1,
"b": [
true,
false
]
}