Uses of Class
com.util.org.json.JSONPointer
-
Packages that use JSONPointer Package Description com.util.org.json -
-
Uses of JSONPointer in com.util.org.json
Methods in com.util.org.json that return JSONPointer Modifier and Type Method Description JSONPointerJSONPointer.Builder. build()Creates aJSONPointerinstance using the tokens previously set using theJSONPointer.Builder.append(String)method calls.Methods in com.util.org.json with parameters of type JSONPointer Modifier and Type Method Description java.lang.ObjectJSONArray. optQuery(JSONPointer jsonPointer)Queries and returns a value from this object usingjsonPointer, or returns null if the query fails due to a missing key.java.lang.ObjectJSONObject. optQuery(JSONPointer jsonPointer)Queries and returns a value from this object usingjsonPointer, or returns null if the query fails due to a missing key.java.lang.ObjectJSONArray. query(JSONPointer jsonPointer)Uses a user initialized JSONPointer and tries to match it to an item within this JSONArray.java.lang.ObjectJSONObject. query(JSONPointer jsonPointer)Uses a user initialized JSONPointer and tries to match it to an item within this JSONObject.
-