Apparently jQuery has the ability to decode a given object or string into a JSON object. However, I have a JS object that I need to POST back to the server and I find no uti
jQuery can decode JSON strings natively with jQuery.parseJSON().
For encoding though, i only know of a plugin : jquery-json