jQuery Serialize Object converts HTML form into JavaScript object.
Adds the method serializeObject
to jQuery, to perform complex form serialization into JavaScript objects.
Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays. The serializeJSON
function does not return JSON, but an object instead.
Table-to-JSON is a jQuery plugin that converts an HTML Table into a javascript object (JSON). Useful for working with user-editable tables or accessing output from 3rd party tools.
serializeObject is a variant of existing $.serialize
method which, instead of encoding form elements to string, converts form elements to a valid JSON object.