jquery-serializetojson
Version:
Adds the method .serializeToJSON() to jQuery that Serialize an HTML form (familiar with ASP MVC) to a JavaScript object, supporting nested attributes and arrays.
30 lines (29 loc) • 676 B
JSON
{
"name": "jquery.serializeToJSON",
"description": "Add the method .serializeToJSON() to jQuery that Serialize a HTML form (familiar with ASP MVC), supporting nested attributes and arrays.",
"keywords": [
"form",
"serialize",
"json",
"helper",
"jquery",
"asp",
"mvc"
],
"authors": [
"Raphael Nunes"
],
"license": "MIT",
"homepage": "https://github.com/raphaelm22/jquery.serializeToJSON",
"repository": {
"type": "git",
"url": "git://github.com/raphaelm22/jquery.serializeToJSON.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}