Uses of Class
kong.unirest.core.json.JSONPointer
Packages that use JSONPointer
-
Uses of JSONPointer in kong.unirest.core.json
Fields in kong.unirest.core.json declared as JSONPointerMethods in kong.unirest.core.json that return JSONPointerModifier and TypeMethodDescriptionJSONPointer.Builder.build()
static JSONPointer
private static JSONPointer
JSONPointer.compileNext
(String query) Many of the path compiling code was borrowed from Jackson.private static JSONPointer
JSONPointer.compileNextEscaped
(String query, int i) private static JSONPointer
JSONPointer.createPointer
(String query) Methods in kong.unirest.core.json with parameters of type JSONPointerModifier and TypeMethodDescriptionJSONElement.optQuery
(JSONPointer query) JSONElement.query
(JSONPointer query) query the object graph using JSONPointer https://tools.ietf.org/html/rfc6901Constructors in kong.unirest.core.json with parameters of type JSONPointer