Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 552 Bytes

convert-json-to-minified-json.md

File metadata and controls

35 lines (31 loc) · 552 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
convert-json-to-minified-json
python
public
2020-07-05 12:45:25 -0700
2020-07-05 12:45:25 -0700
false
20200705194525
false
false
json
python
minify
github
Convert JSON to Minified JSON with Python
tech-note

You can run jsmin as a command line tool.

# Install:
pip install jsmin

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