python simple json problem with a unicode string url "link": "http:\/\/www.mydomain.com" ??

Posted by spidee on Stack Overflow See other posts from Stack Overflow or by spidee
Published on 2010-05-20T07:57:03Z Indexed on 2010/05/20 8:00 UTC
Read the original article Hit count: 247

Filed under:
|

i have a dictionary when i pass it over simplejson.dumps(dict) the json output has put some sort of encoding on a string url?

"link": "http:\/\/www.mydomain.com"

How can i stop this?

Im using app engine simplejson.

© Stack Overflow or respective owner

Related posts about python

Related posts about simplejson