Uses of Class
org.json.JSONPointer
-
Uses of JSONPointer in org.json
Methods in org.json that return JSONPointerModifier and TypeMethodDescriptionJSONPointer.Builder.build()
Creates aJSONPointer
instance using the tokens previously set using theJSONPointer.Builder.append(String)
method calls.Methods in org.json with parameters of type JSONPointerModifier and TypeMethodDescriptionJSONArray.optQuery
(JSONPointer jsonPointer) Queries and returns a value from this object usingjsonPointer
, or returns null if the query fails due to a missing key.JSONObject.optQuery
(JSONPointer jsonPointer) Queries and returns a value from this object usingjsonPointer
, or returns null if the query fails due to a missing key.JSONArray.query
(JSONPointer jsonPointer) Uses a user initialized JSONPointer and tries to match it to an item within this JSONArray.JSONObject.query
(JSONPointer jsonPointer) Uses a user initialized JSONPointer and tries to match it to an item within this JSONObject.