-
Notifications
You must be signed in to change notification settings - Fork 34
/
jsontotable.jquery.json
22 lines (22 loc) · 1.12 KB
/
jsontotable.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "jsontotable",
"title": "jQuery JSON to Table",
"description": "This plugin can convert JSON data type to table for html. JSON, or JavaScript Object Notation, is an open standard format that uses human-readable text to transmit data objects consisting of attribute–value pairs. It is used primarily to transmit data between a server and web application, as an alternative to XML. In these reasons todays many applications use JSON data format for data transferring. And you need JSON to table converter for html display.",
"version": "1.1.3",
"author": {
"name": "Jong-Ha Ahn",
"email": "jongha.ahn@mrlatte.net",
"url": "http://www.mrlatte.net"
},
"dependencies": {
"jquery": ">=1.7.0"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/jongha/jquery-jsontotable/blob/master/LICENSE"}
],
"keywords": ["json", "table", "html", "converter"],
"bugs": "https://github.com/jongha/jquery-jsontotable/issues",
"homepage": "https://github.com/jongha/jquery-jsontotable",
"docs": "https://github.com/jongha/jquery-jsontotable"
}