Answer the question
In order to leave comments, you need to log in
How to properly organize the output of data in a table?
There is a table in which lists of streets are deduced. The full_name field corresponds to the street name. Also in this table there are fields county, district, us. punk etc
```json
{
"status": "success",
"data": {
"items": [
{
"id": "551675",
"region_id": "3",
"glob_id": "7a968401-982b-4c6b-8e78-dd90bd303803",
"full_name": "Цветная",
"parents_names": null,
"parents_levels": null,
"is_edited": "0"
},
{
"id": "551676",
"region_id": "50",
"glob_id": "c83a4774-3c18-4a26-b872-7c2413ed037e",
"full_name": "сектор 4",
"parents_names": "["Московская", "Орехово-Зуевский", "Большая Дубна", "ДНТ Старт-2"]",
"parents_levels": "["1", "3", "6", "65"]",
"is_edited": "0"
},
],
"page": "2",
"pageSize": "2",
"totalPages": 136,
"totalCount": "271"
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question