Registry / http-client / ktor-client-json-jvm

ktor-client-json-jvm

JSON →
library3.4.2javamavenunverified

Ktor is a framework for quickly creating web applications in Kotlin with minimal effort; this module provides JSON serialization for the client on JVM.

<dependency> <groupId>io.ktor</groupId> <artifactId>ktor-client-json-jvm</artifactId> <version>3.4.2</version> </dependency>
INSTALL
IMPORT
SIG · KTOR-CLIENT-JSON-J
K
ktor-client-json-jvm
http-clientjavav3.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContentNegotiation
io.ktor.client.plugins.contentnegotiation.ContentNegotiation

Configure Ktor client with JSON support

import io.ktor.client.* import io.ktor.client.plugins.contentnegotiation.* import io.ktor.serialization.kotlinx.json.* val client = HttpClient { install(ContentNegotiation) { json() } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
12
Resources
ktor-client-json-jvm — mvn dependency:get ktor-client-json-jvm · libregistry