python simple json problem with a unicode string url "link": "http:\/\/www.mydomain.com" ??
- by spidee
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.