
Enhances JSON handling with convenient extension functions, simplifying interactions with kotlinx.serialization, streamlining development, and improving code readability.
A collection of extension functions that make it easier to work with kotlinx.serialization Json.
repositories {
mavenCentral()
}
dependencies {
implementation("com.eygraber:json-sugar:0.7.2")
}
Snapshots can be found here.
A collection of extension functions that make it easier to work with kotlinx.serialization Json.
repositories {
mavenCentral()
}
dependencies {
implementation("com.eygraber:json-sugar:0.7.2")
}
Snapshots can be found here.