Friday, June 1, 2012

jQuery Encode JSON

Decoding JSON is very easy in jQuery, but surprisingly, encoding JSON isn't supported in the core API. In order to encode JSON, include a library such as jquery-json.

Link: http://code.google.com/p/jquery-json/

No comments:

Post a Comment