[Solved] read each part of a token response in android


When you call JSONObject.get("2"),you get a JSONObject again,it have a pair which key is 3 and value is numbertoken,so you just need try to get the numbertoken again:JSONObject.get("2").get("3")

1

solved read each part of a token response in android