json.md 1.3 KB

net / com.drake.net.request / BodyRequest / json

json

fun json(body:JSONObject?):Unit fun json(body:JSONArray?):Unit fun json(body:String?):Unit fun json(body:Map<String,Any?>?):Unit fun json(vararg body:Pair<String,Any?>):Unit