From 926b3052b9e9f9a693ec7691508de090b7d79cc1 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Thu, 24 May 2012 14:04:32 -0700 Subject: [PATCH] sample data --- example-data.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 example-data.json diff --git a/example-data.json b/example-data.json new file mode 100755 index 00000000..66037ba5 --- /dev/null +++ b/example-data.json @@ -0,0 +1,8 @@ +{ + results: [ + {id:1, text:'Result 1'}, + {id:2, text:'Result 2'}, + {id:3, text:'Result 3'} + ], + more: false +} \ No newline at end of file