public class JsonNode extends Object
JsonNode(String json)
org.json.JSONArray
getArray()
org.json.JSONObject
getObject()
boolean
isArray()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public JsonNode(String json)
public org.json.JSONObject getObject()
public org.json.JSONArray getArray()
public boolean isArray()
public String toString()
toString
Object
Copyright © 2019. All rights reserved.