[issue11489] json.dumps not parsable by json.loads (on Linux only)

Petri Lehtinen report at bugs.python.org
Tue Aug 28 12:03:59 CEST 2012


Petri Lehtinen added the comment:

Bear in mind that Douglas Crockford thinks a JSON document is valid even if it contains unpaired surrogates:

    http://tech.groups.yahoo.com/group/json/message/1603
    http://tech.groups.yahoo.com/group/json/message/1583

It's Unicode that considers unpaired surrogates invalid, not UTF-8 by itself.

----------
nosy: +petri.lehtinen

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


More information about the Python-bugs-list mailing list