Uses of Class
kong.unirest.core.json.JSONElement
Packages that use JSONElement
-
Uses of JSONElement in kong.unirest.core
Methods in kong.unirest.core with parameters of type JSONElementModifier and TypeMethodDescriptionHttpRequestBody.body
(JSONElement body) Sugar method for body operationHttpRequestUniBody.body
(JSONElement jsonBody) HttpRequestWithBody.body
(JSONElement body) Set JSON on the bodyRequestBodyEntity.body
(JSONElement body) Set JSON on the bodyExpectation.thenReturn
(JSONElement jsonObject) expect a json responseExpectedResponse.thenReturn
(JSONElement jsonObject) expect a json responseExpectedResponseRecord.thenReturn
(JSONElement jsonObject) Invocation.thenReturn
(JSONElement jsonObject) -
Uses of JSONElement in kong.unirest.core.json
Subclasses of JSONElement in kong.unirest.core.jsonModifier and TypeClassDescriptionclass
https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 Represents a JSON Arrayclass
https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 represents a JSON Object(package private) class