<Parse json response without key - Android> How to...
# stackoverflow
u
Parse json response without key - Android How to parse this type of JSON response { "translationsLatestUpdate": "2022/05/30 060705", "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...