Minified input
Input
{"a":1,"b":[true,false]}
Output
Paste JSON and get pretty formatted output instantly.
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
]
}