Skip to content

Instantly share code, notes, and snippets.

@konk3r
Created March 7, 2016 05:19
Show Gist options
  • Save konk3r/f9a49e1cacf379d8b62d to your computer and use it in GitHub Desktop.
Save konk3r/f9a49e1cacf379d8b62d to your computer and use it in GitHub Desktop.
Type listType = new TypeToken<List<JSonModel>>() {}.getType();
List<JsonModel> jsonModels = gson.fromJson(reader, listType);
jsonModel = jsonModels.get(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment