If I want my api to return json, I need to fully c...
# ktor
g
If I want my api to return json, I need to fully configure ContentNegotiation, if I do not I receive a 406? Is that new behaviour in ktor? Configuration of the ContentNegotiation: install(ContentNegotiation){ jackson{ } }