Minify JSON

Remove whitespace from JSON to minimize file size and bandwidth.

Code

Utilities
echo "$jsonStr" | jq -c '.'

Parameters

JSON string to minify.

Server

More Bash Snippets