json decode issue

Miki Tebeka miki.tebeka at gmail.com
Thu Jul 14 13:22:44 EDT 2011


Greetings,

I'm trying to decode JSON output of a Java program (jackson) and having some issues.
The cause of the problem is the following snippet:
    {
        "description": "... lives\uMOVE™ OFFERS ",
    }
Which causes ValueError: Invalid \uXXXX escape.

Any ideas on how to fix this?

Thanks,
--
Miki



More information about the Python-list mailing list