I am facing an issue while decoding json string using json.loads

sajuptpm sajuptpm at gmail.com
Fri Dec 28 02:16:50 EST 2012


Hi,

Fixed:
=====

urllib.unquote is messing up the JSON. Reverse the
order of unquote, and loads, i.e., do a json.loads on
the original string, and then urllib.unquote the components
that need unquote.

Thanks,



More information about the Python-list mailing list