I have this item and want loop "description" and "id" objects into array list;
{
"code": 200,
"message": "OK",
"payload": {
"items": [
{
"description": "test",
"icon": "",
"id": 25
},
{
"description": "TEST PACKAGE",
"icon": "",
"id": 26
},
{
"description": "TEST PACKAGE 2",
"icon": "",
"id": 26
}
]
}
}
Model
Item(decription: "" , id: "" );