forked from hongymagic/jQuery.serializeObject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserializeObject.jquery.json
More file actions
35 lines (35 loc) · 821 Bytes
/
serializeObject.jquery.json
File metadata and controls
35 lines (35 loc) · 821 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
31
32
33
34
35
{
"name": "serializeObject",
"version": "2.0.3",
"title": "jQuery serializeObject",
"author": {
"name": "David G. Hong",
"email": "davidhong.code@gmail.com",
"url": "https://github.com/hongymagic"
},
"licenses": [
{
"type": "MIT",
"url": "MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.4"
},
"description": "Convert your form data to into JSON (JavaScript Object Notation) format, so you can manipulate them easily. See Github project page for information.",
"tags": [
"form",
"JSON",
"serializeObject",
"serialize",
"serialise"
],
"homepage": "https://github.com/hongymagic/jQuery.serializeObject",
"bugs": "https://github.com/hongymagic/jQuery.serializeObject/issues",
"maintainers": [
{
"name": "David G. Hong",
"url": "https://github.com/hongymagic"
}
]
}