forked from marioizquierdo/jquery.serializeJSON
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserializeJSON.jquery.json
More file actions
30 lines (30 loc) · 827 Bytes
/
serializeJSON.jquery.json
File metadata and controls
30 lines (30 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "serializeJSON",
"version": "2.1.0",
"title": "jQuery.serializeJSON()",
"author": {
"name": "Mario Izquierdo",
"url": "https://github.com/marioizquierdo"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"dependencies": {
"jquery": ">=1.2"
},
"description": "Serializes a form into a JavaScript Object with the same format as the default Ruby on Rails request params hash.",
"keywords": [
"form",
"serialize",
"json",
"helper"
],
"homepage": "https://github.com/marioizquierdo/jquery.serializeJSON"
}