Thanks <@U092308M7>! I got the posted content like...
# ktor
j
Thanks @orangy! I got the posted content like this: val postedContent:String = call.request.content[String::class] and then parsed it using Klaxon like this: val postedJson = Parser().parse(StringReader(postedContent)) as JsonObject