Skip to content

Instantly share code, notes, and snippets.

@lenamuit
Created July 28, 2014 16:08
Show Gist options
  • Select an option

  • Save lenamuit/ae37828feefda27c342a to your computer and use it in GitHub Desktop.

Select an option

Save lenamuit/ae37828feefda27c342a to your computer and use it in GitHub Desktop.
Json To Map
Type mapType = new TypeToken<Map<String, String>>(){}.getType();
Map<String, String> errorResponse = new Gson().fromJson(json, mapType);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment