jackson
fun Configuration.jackson(contentType: ContentType = ContentType.Application.Json, block: ObjectMapper.() -> Unit = {})
Content copied to clipboard
Registers the application/json
content type to the ContentNegotiation plugin using Jackson.
You can learn more from Content negotiation and serialization.