fun RoutingContext.endJson(success: Boolean): Unit
fun RoutingContext.endJson(result: Any?): Unit
fun HttpServerResponse.endJson(result: Any?): Unit