1
0
mirror of synced 2024-11-22 21:16:10 +03:00
select2/example-data.json

8 lines
170 B
JSON
Raw Normal View History

2012-05-25 01:04:32 +04:00
{
results: [
{id:1, text:'Result 1'},
{id:2, text:'Result 2'},
{id:3, text:'Result 3'}
],
more: false
}