vertx / io.vertx.ext.web.api / RequestParameter / getJsonObject

getJsonObject

abstract fun getJsonObject(): JsonObject

Returns null if value is not a JsonObject, otherwise it returns value

Return