simpliest json dump possible
[MojoFacets.git] / data / test.js
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"]
+}