John, "http:\/\/www.example.com\/foo\/bar\/bar.html"
Is a valid representation of "http://www.example.com/foo/bar/bar.html" in JSON. I'm not sure about Python, but by pasting the string into Firebug, I see that it comes out clean. The JSON spec is extremely simple: http://www.json.org/ It seems like the cjson Python library might be failing to unescape. Chris -- Chris Anderson http://jchris.mfdz.com
