I need to get country name and country code into List as "Andorra (AD)". I can load json to a map but I cannot convert to List. How can I convert json map to List String?
"country": [ { "countryCode": "AD", "countryName": "Andorra", "currencyCode": "EUR", "isoNumeric": "020" },