1
0
mirror of synced 2024-11-24 22:06:07 +03:00

sample data

This commit is contained in:
Igor Vaynberg 2012-05-24 14:04:32 -07:00
parent 6f982df739
commit 926b3052b9

8
example-data.json Executable file
View File

@ -0,0 +1,8 @@
{
results: [
{id:1, text:'Result 1'},
{id:2, text:'Result 2'},
{id:3, text:'Result 3'}
],
more: false
}