[issue23123] Only READ support for Decimal in json

Bob Ippolito report at bugs.python.org
Mon Dec 29 06:32:17 CET 2014


Bob Ippolito added the comment:

simplejson has had a use_decimal flag for output since 2.1.0 and has been enabled by default since 2.2.0. simplejson 3.2.0 introduced a for_json argument that checks objects for a method of that name for serialization. 

https://github.com/simplejson/simplejson/blob/master/CHANGES.txt

----------

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


More information about the Python-bugs-list mailing list