Raymond Hettinger <raymond.hettin...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue37982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to