> When I try to retrieve a user (using > http://www.twitter.com/users/show/stephenfry.json), > the double quotes are not escaped in the user description > ("description":"I'm blacked out: Stand up against "Guilt Upon > Accusation" for New Zealand http:\/\/creativefreedom.org.nz\/ > blackout.html"), which means that it can not be easily converted from > JSON to a Javascript Object. > > Has anyone already encountered this behaviour?
I am not seeing this. When I query it, everything is properly escaped: /usr/bin/curl -s -m 13 -f --basic -u naughty:nopeeking -f "https://twitter.com/statuses/user_timeline/stephenfry.json" [{'truncated':false,'text':'@CoolieJartmell Who? You? Yoo hoo!','user':{'followers_count':222925,'description':'ISSQQ0m blacked out: Stand up against "Guilt Upon Accusation" for New Zealand http:\/\/creativefreedom.org.nz\/blackout.html', ... -- ------------------------------------ personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * [email protected] -- I must confess, I was born at a very early age. -- Groucho Marx ------------
