Join Slack
Powered by
I usually add an extension method to convert the j...
# ktor
g
gaetan
01/20/2017, 8:14 AM
I usually add an extension method to convert the json body into data class.
Copy code
val myStuff = call.request.content.getFromJson<SomeStuffDto>()
2
Views
Open in Slack
Previous
Next