Skip to content

Instantly share code, notes, and snippets.

@kantapp
Created June 15, 2018 06:46
Show Gist options
  • Save kantapp/bed0ee6ff9dd18b1e0e55f86b476957f to your computer and use it in GitHub Desktop.
Save kantapp/bed0ee6ff9dd18b1e0e55f86b476957f to your computer and use it in GitHub Desktop.
get Array from json for gson
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