Input terkompresi
Input
{"a":1,"b":[true,false]}
Output
Beautify JSON instantly in your browser.
Sebagian alat berjalan di browser Anda. Beberapa fitur mungkin memerlukan pemrosesan server.
{"a":1,"b":[true,false]}
{
"a": 1,
"b": [
true,
false
]
}