Minify formatted JSON
The output keeps the same data but removes unnecessary spaces and line breaks.
Input
{
"name": "QuickToolFlow",
"free": true
}
Output
{"name":"QuickToolFlow","free":true}