semoro
fun toJson(model: Any): String { ... gson ... } Spark.get("/posts", { req, res -> postService.allPosts }, ::toJson)