Last active
November 23, 2015 22:41
-
-
Save jy2k/671fa7bf8a750cff11ac to your computer and use it in GitHub Desktop.
This is the proper way to parse the response from the JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String body = response.body().string(); | |
JSONObject jsonObject = new JSONObject(body); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment