Igor Milakovic
application/json
install(ContentNegotiation) { json() }
application/vnd.api+json
Accept: application/vnd.api+json; application/json
Aleksei Tirman [JB]
install(ContentNegotiation) { register(ContentType.parse("application/vnd.api+json"), KotlinxSerializationConverter(DefaultJson)) }
A modern programming language that makes developers happier.