Parse json response without key - Android
How to parse this type of JSON response
{
"translationsLatestUpdate": "2022/05/30 06:07:05",
"translations": {
"S40_BottomNavigationShoppingListTitle": {
"en": "Home",
"da": "Indkøbsliste",
"de": "Einkaufsliste",
"pl": "Lista Zakupów",
"zu": "S40_BottomNavigationShoppingListTitle"
},
"S40_BottomNavigationScanTitle": {
"en": "Check the price",
"da": "Scan",
"de": "Preis Scanner",
"pl": "Sprawdź Cenę",
"zu": "S40_BottomNavigationScanTitle"
},
...
}
}
There is no key defined. as the values for...