orangy
routing { route("/v1") { contentType(ContentType.Application.Json) { get { println("JSON, as expected”) } } }