Uses of Class
kong.unirest.json.JSONElement
-
Packages that use JSONElement Package Description kong.unirest kong.unirest.json -
-
Uses of JSONElement in kong.unirest
Methods in kong.unirest with parameters of type JSONElement Modifier and Type Method Description RequestBodyEntityHttpRequestWithBody. body(JSONElement body)Set JSON on the bodyRequestBodyEntityRequestBodyEntity. body(JSONElement body)Set JSON on the body -
Uses of JSONElement in kong.unirest.json
Subclasses of JSONElement in kong.unirest.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
-