wollnyst
kotlinx.serialization.json.JsonObject
kotlinx.serialization.SerializationException: Can't locate argument-less serializer for class kotlinx.serialization.json.JsonObject
kotlin val client = HttpClient(OkHttp) { install(JsonFeature) { serializer = KotlinxSerializer(JSON.nonstrict) } } <http://client.post|client.post><Unit>(url) { body = json { "hello" to "world" } }
e5l
sandwwraith
A modern programming language that makes developers happier.