This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients bsolomon1124, rhettinger
Date 2019-08-29.19:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567107800.04.0.762715810593.issue37982@roundup.psfhosted.org>
In-reply-to
Content
-0

ISTM that minifying isn't something one usually does with a command-line tool.  Instead, it is part of the program generating JSON in the first place.  IOW, minification is useful in the standard library but not a part of json.tool which normally used a a pretty printer (perhaps to *undo* someone else's minification).
History
Date User Action Args
2019-08-29 19:43:20rhettingersetrecipients: + rhettinger, bsolomon1124
2019-08-29 19:43:20rhettingersetmessageid: <1567107800.04.0.762715810593.issue37982@roundup.psfhosted.org>
2019-08-29 19:43:20rhettingerlinkissue37982 messages
2019-08-29 19:43:19rhettingercreate