[issue29540] Add compact=True flag to json.dump/dumps

Bob Ippolito report at bugs.python.org
Sun Feb 19 14:58:40 EST 2017


Bob Ippolito added the comment:

I would recommend a moratorium on new options until we have a plan to make the usage of the JSON APIs simpler overall. It's accumulated too many options over time. The real trouble is figuring out how to do this in a backwards compatible way that does not impact performance too much. Off-hand, I can't think of any obvious way aside from using new function names with a cleaner options list.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29540>
_______________________________________


More information about the Python-bugs-list mailing list