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 RequestBodyEntity
HttpRequestWithBody. body(JSONElement body)
Set JSON on the bodyRequestBodyEntity
RequestBodyEntity. body(JSONElement body)
Set JSON on the body -
Uses of JSONElement in kong.unirest.core.json
Subclasses of JSONElement in kong.unirest.core.json Modifier and Type Class Description class
JSONArray
https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 Represents a JSON Arrayclass
JSONObject
https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 represents a JSON Object
-