..
This commit is contained in:
@@ -34,12 +34,12 @@ public class Test {
|
||||
String body = httpRequest.execute().body();
|
||||
System.out.println(body);
|
||||
|
||||
JSONObject entries = JSONUtil.parseObj(body);
|
||||
JSONArray value = entries.getJSONArray("value");
|
||||
|
||||
for (Object o : value) {
|
||||
JSONObject jsonObject = (JSONObject) o;
|
||||
}
|
||||
// JSONObject entries = JSONUtil.parseObj(body);
|
||||
// JSONArray value = entries.getJSONArray("value");
|
||||
//
|
||||
// for (Object o : value) {
|
||||
// JSONObject jsonObject = (JSONObject) o;
|
||||
// }
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user