JSON.stringify() and JSON2.stringify() difference?

Posted by DotnetDude on Stack Overflow See other posts from Stack Overflow or by DotnetDude
Published on 2010-03-11T18:10:07Z Indexed on 2010/03/11 18:14 UTC
Read the original article Hit count: 290

Filed under:
|

I downloaded the JSON2.js from http://www.json.org/json2.js and it does not have implementation for JSON2.stringify()

To be able to call a wcf service from jquery, I am using a helper class that uses JSON2.stringify()

What's the difference between the two and where do I get JSON2?

© Stack Overflow or respective owner

Related posts about JSON

Related posts about JavaScript