example-data-cols-small.json - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
example-data-cols-small.json (515B)
---
1 {
2 "columns" :
3 [
4 {
5 "name" : "name",
6 "label" : "Name",
7 "value" : true
8 }, {
9 "name" : "type",
10 "label" : "Type"
11 }, {
12 "name" : "proprietary",
13 "label" : "Proprietary?"
14 }
15 ],
16 "items" : [
17 ["DragonflyBSD", "BSD", "No"],
18 ["GNU/Hurd", "BSD-like", "No"],
19 ["GNU/Linux", "Linux", "No"],
20 ["FreeBSD", "BSD", "No"],
21 ["MS-DOS 6.11", "DOS", "Yes"],
22 ["OpenBSD", "BSD", "No"],
23 ["OpenSolaris", "BSD-like", "No"],
24 ["NetBSD", "BSD", "No"],
25 ["Plan9", "Plan9", "No"],
26 ["Windows", "Windows", "Yes"]
27 ]
28 }