Anthony Whitford
05/27/2023, 5:17 PMkotlinx.serialization.json.JsonObject
, is it right that I have to turn it into a String first? Or is there a better way?
Response(OK).body(jsonReply.toString())
dave
05/27/2023, 6:16 PMdave
05/27/2023, 6:17 PMAnthony Whitford
05/28/2023, 9:30 PMJsonObject
instance, but I don't see body
alternative for that.