26 lines
509 B
JSON
26 lines
509 B
JSON
|
{
|
||
|
"ok": true,
|
||
|
"data": [
|
||
|
{
|
||
|
"id": "1",
|
||
|
"name": "Some name 1",
|
||
|
"description": "Some long long long long description"
|
||
|
},
|
||
|
{
|
||
|
"id": "2",
|
||
|
"name": "Some name 2",
|
||
|
"description": "Some long long long long description"
|
||
|
},
|
||
|
{
|
||
|
"id": "3",
|
||
|
"name": "Some name 3",
|
||
|
"description": "Some long long long long description"
|
||
|
},
|
||
|
{
|
||
|
"id": "4",
|
||
|
"name": "Some name 4",
|
||
|
"description": "Some long long long long description"
|
||
|
}
|
||
|
]
|
||
|
}
|