implementation("io.ktor:ktor-serialization-kotlinx-json:3.0.0-beta-1")
Integrates JSON serialization and deserialization into web applications using kotlinx.serialization. Supports handling JSON data in both client and server environments.