simpliest json dump possible
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 25 May 2010 21:29:59 +0000 (23:29 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 25 May 2010 21:29:59 +0000 (23:29 +0200)
data/test.js [new file with mode: 0644]

diff --git a/data/test.js b/data/test.js
new file mode 100644 (file)
index 0000000..c5b98fc
--- /dev/null
@@ -0,0 +1,17 @@
+{
+ "items":[{
+         "id":[0]
+       , "alpha":["a"]
+       },{
+         "id":[1]
+       , "alpha":["c"]
+       },{
+         "id":[2]
+       , "alpha":["b"]
+       },{
+         "id":[42]
+       , "alpha":["b"]
+       }
+],
+ "header":["id","alpha"]
+}