Skip to content

Instantly share code, notes, and snippets.

@vuhung3990
Created September 11, 2014 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuhung3990/f2fafc15db7e579b7373 to your computer and use it in GitHub Desktop.
Save vuhung3990/f2fafc15db7e579b7373 to your computer and use it in GitHub Desktop.
// String result;
JsonParser parser = new JsonParser();
JsonElement elem = parser.parse(result);
JsonArray jsonArray = elem.getAsJsonArray();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment