[issue13212] json library is decoding/encoding when it should not

Chris Rebert report at bugs.python.org
Fri May 16 06:42:02 CEST 2014


Chris Rebert added the comment:

Note that, per the new JSON RFC 7159 (https://tools.ietf.org/html/rfc7159 ), top-level non-collection values are now de-jure permissible in JSON:

> Appendix A.  Changes from RFC 4627
>    o  Changed the definition of "JSON text" so that it can be any JSON
>       value, removing the constraint that it be an object or array.

----------

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


More information about the Python-bugs-list mailing list