You can run jsmin
as a command line tool.
# Install:
pip install jsmin
# Minify JSON:
python3 -m jsmin file.json > file.min.json
You can run jsmin
as a command line tool.
# Install:
pip install jsmin
# Minify JSON:
python3 -m jsmin file.json > file.min.json