Join Slack
Powered by
Even when content type is set to `application/json...
# ktor
d
Damien O'Hara
07/16/2023, 5:48 AM
Even when content type is set to
application/json
in the request,
receive<String>
isn't deserializing JSON. e.g. the JSON
"my_string"
produces the String
"my_string"
rather than the correct
my_string
Open in Slack
Previous
Next