Serhiy Storchaka added the comment:

The discussion is scattered between different tracker issues and pull requests. 
Let continue it in one place.

I don't think we should add too much options for controlling any little detail. 
json.tools is just small utility purposed mainly for debugging. If you need to 
control more details, it is not hard to write simple Python script.

For example, for "compact" output:

$ python3 -c "import sys, json; json.dump(json.load(sys.stdin), sys.stdout, 
separators=(',', ':'))"

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29636>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to