I need to know is JSON2 lib included in jQuery core or must i use JSON2 lib from http://www.json.org/js.html.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is not included in the current jQuery core (1.3.2). In the jquery irc #jquery on freenode, there is a quote by John Resig:
John Resig: “In the meantime PLEASE start migrating your JSON-using applications over to Crockford’s json2.js”
Future versions of jQuery are planned to support this natively.