[issue37982] Add a --minify argument to json.tool

Raymond Hettinger report at bugs.python.org
Thu Aug 29 15:43:20 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

-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).

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37982>
_______________________________________


More information about the Python-bugs-list mailing list