[issue6566] json.dumps converts None to "null" (not null)

Bob Ippolito report at bugs.python.org
Sun Jul 26 06:52:18 CEST 2009


Bob Ippolito <bob at redivi.com> added the comment:

JP is correct, this is how JSON works. The behavior of coercing keys to 
strings is often desirable, although I agree it could be confusing if you 
aren't familiar with the JSON spec.

----------
components: +Documentation -Library (Lib)

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


More information about the Python-bugs-list mailing list