From 41a6963be1d71aa3e791ebdf23ace7a24a24cf59 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 25 May 2010 23:29:59 +0200 Subject: [PATCH] simpliest json dump possible --- data/test.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/test.js diff --git a/data/test.js b/data/test.js new file mode 100644 index 0000000..c5b98fc --- /dev/null +++ b/data/test.js @@ -0,0 +1,17 @@ +{ + "items":[{ + "id":[0] + , "alpha":["a"] + },{ + "id":[1] + , "alpha":["c"] + },{ + "id":[2] + , "alpha":["b"] + },{ + "id":[42] + , "alpha":["b"] + } +], + "header":["id","alpha"] +} -- 2.20.1