On Sun, Dec 21, 2008 at 11:58 PM, dele454 <[email protected]> wrote: > > Or does javascript ignore the backslash when parsed? >
According to the spec you don't have to escape the backslash in JSON, but you can. PHP escapes it. Just put your json string through eval and see -- I think it's removed when you convert the string to an object in JavaScript. Till
