[issue16356] cjson dose not decode \/ properly

Christian Heimes report at bugs.python.org
Mon Oct 29 15:24:23 CET 2012


Christian Heimes added the comment:

cjson is a third party module and not part of Python's standard library. Please report the error to the author of the cjson package. 

Python 2.7 has a builtin json encoder and decoder. The package is called 'json'. http://docs.python.org/2.7/library/json.html#module-json

----------
nosy: +christian.heimes
resolution:  -> invalid
status: open -> closed
versions: +3rd party -Python 2.7

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


More information about the Python-bugs-list mailing list