Uses of Class
kong.unirest.core.json.JSONPointer
-
Packages that use JSONPointer Package Description kong.unirest.core.json -
-
Uses of JSONPointer in kong.unirest.core.json
Methods in kong.unirest.core.json that return JSONPointer Modifier and Type Method Description JSONPointerJSONPointer.Builder. build()static JSONPointerJSONPointer. compile(String query)Methods in kong.unirest.core.json with parameters of type JSONPointer Modifier and Type Method Description ObjectJSONElement. optQuery(JSONPointer query)ObjectJSONElement. query(JSONPointer query)query the object graph using JSONPointer https://tools.ietf.org/html/rfc6901
-