What does the JSON Minifier do?
A JSON minifier strips every space, tab and line break that JSON does not need, producing the smallest equivalent document. Use it before embedding JSON in a query string, a log line, an environment variable or an HTTP request body.
