jQuery.serializeJSON()

Serializes a form into a JavaScript Object with the same format as the default Ruby on Rails request params hash.

Table To JSON

jQuery plugin that reads an HTML table and returns a javascript object representing the values and columns of the table

jQuery.serializeObject

Serialize a form into an object or JSON.

io

A jQuery plug-in for transforming data between different formats

jQuery serializeObject

Convert your form data to into JSON (JavaScript Object Notation) format, so you can manipulate them easily. See Github project page for information.

serializeCFJSON

A jQuery function that will parse the JSON returned from an ajax call to a remote ColdFusion method and recursively convert any ColdFusion query object into a standard JSON recordset, as recognized by a great number of plugins and libraries.

CFQueryToForm

CFQueryToForm will take ColdFusion’s native JSON serialization of it’s native ColdFusion Query object, and apply the result to a form’s fields. CFRequestToForm will take a configuration object that will then make an Ajax request, based upon the configuration, and automatically apply the result to the form is was applied upon.