Created
June 15, 2018 06:46
-
-
Save kantapp/bed0ee6ff9dd18b1e0e55f86b476957f to your computer and use it in GitHub Desktop.
get Array from json for gson
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<CountryCode> countryCodeList= new Gson().fromJson(countryJson, new TypeToken<List<CountryCode>>(){}.getType()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment