An open API service indexing awesome lists of open source software.

https://github.com/eygraber/json-sugar

A collection of extension functions that make it easier to work with kotlinx.serialization Json
https://github.com/eygraber/json-sugar

json kotlinx-serialization

Last synced: 8 months ago
JSON representation

A collection of extension functions that make it easier to work with kotlinx.serialization Json

Awesome Lists containing this project

README

          

# Json Sugar 🍬

A collection of extension functions that make it easier to work
with [kotlinx.serialization Json](https://github.com/Kotlin/kotlinx.serialization).

### Setup

```
repositories {
mavenCentral()
}

dependencies {
implementation("com.eygraber:json-sugar:0.7.0")
}
```

Snapshots can be found [here](https://s01.oss.sonatype.org/#nexus-search;gav~com.eygraber~json-sugar~~~).