My online tech scrapbook where I keep my notes in case I need to look them up later
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.
No comments:
Post a Comment