Registry / serialization / serde-json-jvm

serde-json-jvm

JSON →
library1.6.10javamavenunverified

JSON serialization and deserialization for Smithy services generated by smithy-kotlin.

<dependency> <groupId>aws.smithy.kotlin</groupId> <artifactId>serde-json-jvm</artifactId> <version>1.6.10</version> </dependency>
INSTALL
IMPORT
SIG · SERDE-JSON-JVM
S
serde-json-jvm
serializationjavav1.6.10
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.

JsonSerde
aws.smithy.kotlin.serde.json.JsonSerde

Serializes a map to a JSON string using JsonSerde.

import aws.smithy.kotlin.serde.json.JsonSerde fun main() { val json = JsonSerde.toJsonString(mapOf("key" to "value")) println(json) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.6.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
serde-json-jvm — mvn dependency:get serde-json-jvm · libregistry