Skip to content

Instantly share code, notes, and snippets.

@jialechan
Created July 30, 2016 06:41
Show Gist options
  • Save jialechan/ea2a7e5775d0f2e65894a847c7579a15 to your computer and use it in GitHub Desktop.
Save jialechan/ea2a7e5775d0f2e65894a847c7579a15 to your computer and use it in GitHub Desktop.
List<String> groupIdList = JSON.parseObject(JSONObject.parseObject(responseStr).getJSONArray("list").toJSONString(), new TypeReference<List<String>>(){});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment