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
- Host: GitHub
- URL: https://github.com/eygraber/json-sugar
- Owner: eygraber
- License: mit
- Created: 2024-12-24T20:27:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-13T19:04:37.000Z (over 1 year ago)
- Last Synced: 2025-02-13T20:22:00.369Z (over 1 year ago)
- Topics: json, kotlinx-serialization
- Language: Kotlin
- Homepage:
- Size: 110 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog_config.json
- License: LICENSE
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~~~).