aliases | category | classification | date | date_modified | draft | id | image | links | local_archive_links | pinned | series | tags | title | type | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
python |
public |
2020-07-05 12:45:25 -0700 |
2020-07-05 12:45:25 -0700 |
false |
20200705194525 |
false |
false |
|
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