Not related to before: How can I use `ContentNegot...
# ktor
d
Not related to before: How can I use
ContentNegotiation
(I registered my own Moshi converter in it) with an url that needs to be converted to valid Json? It (
response(url)
) currently returns the url as regular text and the receiver (Retrofit) is expecting valid json...