sample data
This commit is contained in:
parent
6f982df739
commit
926b3052b9
1 changed files with 8 additions and 0 deletions
8
example-data.json
Executable file
8
example-data.json
Executable file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
results: [
|
||||
{id:1, text:'Result 1'},
|
||||
{id:2, text:'Result 2'},
|
||||
{id:3, text:'Result 3'}
|
||||
],
|
||||
more: false
|
||||
}
|
Loading…
Add table
Reference in a new issue