Even when content type is set to `application/json...
# ktor
d
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