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