Input minificato
Input
{"a": 1, "b": [ true, false ] }
Output
Minify JSON instantly in your browser.
Alcuni strumenti funzionano nel browser. Alcune funzioni possono richiedere elaborazione server.
{"a": 1, "b": [ true, false ] }
{
"a": 1,
"b": [
true,
false
]
}