JSON on IE6 (IE7)

Posted by David Thorisson on Stack Overflow See other posts from Stack Overflow or by David Thorisson
Published on 2010-03-23T20:01:05Z Indexed on 2010/03/23 20:03 UTC
Read the original article Hit count: 693

Filed under:
|

Sorry for my inpatience but after weeks staying up late and just having put my web online, I just don't have any left energy to debug... I just can't Google how to implement JSON on IE6 & IE7... I'm using

JSON.stringify(...)

From what I understand JSON is not built in on IE6-7 and has to be dynamically added in in-line code... how do you do that?

I already have jQuery - is it my correct understanding that their JSON engine relies on the browser native one?

Then some comment on invalid JSON code that makes IE6-7 fail, but I thought it wasn't native in IE6-7?

Anyone?

© Stack Overflow or respective owner

Related posts about internet-explorer

Related posts about JSON