implementation("io.ktor:ktor-serialization-kotlinx-json:3.5.0")
Integrates JSON serialization and deserialization into Ktor applications using kotlinx.serialization. Supports both client and server sides, enabling seamless JSON handling.