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 -- http://mail.python.org/mailman/listinfo/python-list