Uses of Class
kong.unirest.core.json.JSONElement
-
Packages that use JSONElement Package Description kong.unirest.core kong.unirest.core.json -
-
Uses of JSONElement in kong.unirest.core
Methods in kong.unirest.core with parameters of type JSONElement Modifier and Type Method Description RequestBodyEntityHttpRequestBody. body(JSONElement body)Sugar method for body operationRequestBodyEntityHttpRequestUniBody. body(JSONElement jsonBody)RequestBodyEntityHttpRequestWithBody. body(JSONElement body)Set JSON on the bodyRequestBodyEntityRequestBodyEntity. body(JSONElement body)Set JSON on the bodyExpectedResponseExpectation. thenReturn(JSONElement jsonObject)expect a json responseExpectedResponseExpectedResponse. thenReturn(JSONElement jsonObject)expect a json responseExpectedResponseExpectedResponseRecord. thenReturn(JSONElement jsonObject)ExpectedResponseInvocation. thenReturn(JSONElement jsonObject) -
Uses of JSONElement in kong.unirest.core.json
Subclasses of JSONElement in kong.unirest.core.json Modifier and Type Class Description classJSONArrayhttps://json.org/ https://tools.ietf.org/html/rfc7159#section-4 Represents a JSON ArrayclassJSONObjecthttps://json.org/ https://tools.ietf.org/html/rfc7159#section-4 represents a JSON Object(package private) classNullObject
-