Package io.ktor.serialization.kotlinx.json
Functions
Link copied to clipboard
fun Configuration.json(json: Json = DefaultJson, contentType: ContentType = ContentType.Application.Json)
Content copied to clipboard
Registers the application/json
(or another specified contentType) content type to the ContentNegotiation plugin using kotlinx.serialization.
Properties
Link copied to clipboard
The default JSON configuration used in KotlinxSerializationConverter. The settings are: