jackson

fun Configuration.jackson(contentType: ContentType = ContentType.Application.Json, block: ObjectMapper.() -> Unit = {})

Registers the application/json content type to the ContentNegotiation plugin using Jackson.

You can learn more from Content negotiation and serialization.