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 JSONPointer
JSONPointer.Builder. build()
static JSONPointer
JSONPointer. compile(String query)
Methods in kong.unirest.core.json with parameters of type JSONPointer Modifier and Type Method Description Object
JSONElement. optQuery(JSONPointer query)
Object
JSONElement. query(JSONPointer query)
query the object graph using JSONPointer https://tools.ietf.org/html/rfc6901
-