Ktor is a framework for quickly creating web applications in Kotlin with minimal effort, and this module provides JSON serialization using kotlinx.serialization.
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json-jvm</artifactId>
<version>3.4.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Set up a Ktor server with JSON serialization using kotlinx.serialization.
No known issues recorded.
No dependency data recorded yet.