How to parse JSON file with the object, which contains dynamic fields. As an example here: Here is "items", which has objects with name("1c68b853-2a07-4409-ad61-8650212f3260") and body. And it's more then 2 items.
{
"id": "3c49a7aa-77e0-43cf-956c-a1ff970d7db2",
"code": "citizenship_country",
"name": "Гражданство",
"items": {
"1c68b853-2a07-4409-ad61-8650212f3260": {
"name": {
"id": "1c68b853-2a07-4409-ad61-8650212f3260",
"value": "ДЖЕРСИ",
"translation": "ДЖЕРСИ"
},
"modifiedDate": {
"id": "1c68b853-2a07-4409-ad61-8650212f3260",
"value": "мая 28, 2015",
"translation": null
},
"id": {
"id": "1c68b853-2a07-4409-ad61-8650212f3260",
"value": "237",
"translation": null
}
},
"dfd37aec-4ae7-4d8b-8e92-3a25fab57dd7": {
"name": {
"id": "dfd37aec-4ae7-4d8b-8e92-3a25fab57dd7",
"value": "РОССИЯ",
"translation": "РОССИЯ"
},
"modifiedDate": {
"id": "dfd37aec-4ae7-4d8b-8e92-3a25fab57dd7",
"value": "мая 28, 2015",
"translation": null
},
"id": {
"id": "dfd37aec-4ae7-4d8b-8e92-3a25fab57dd7",
"value": "185",
"translation": null
}
}
}
}