Convert JSON to Minified JSON with Python

You can run jsmin as a command line tool.

# Install:
pip install jsmin

# Minify JSON:
python3 -m jsmin file.json > file.min.json