implementation("io.ktor:ktor-serialization-jackson:2.0.0-beta-1")
Integrates Jackson for JSON serialization and deserialization within the ContentNegotiation plugin. Allows customization of the ObjectMapper for tailored JSON processing.