Skip to content

Extensions for kotlinx-serialization-json library that allows you to modifying content in original objects

License

Notifications You must be signed in to change notification settings

Tahgolov/kotlinx-serialization-json-ext

Repository files navigation

Kotlin JSON serialization extensions

Jitpack

Extensions that allows you to modify content of JsonObject and JsonArray instances without creating new instances with modified content.

Integration

1. Add the JitPack repository to your build file

Add it in your root build.gradle.kts at the end of repositories:

dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        mavenCentral()
        maven { url = uri("https://jitpack.io") }
    }
}

2. Add the Dependency

dependencies {
    implementation("com.github.Tahgolov:kotlinx-serialization-json-ext:+")
}

About

Extensions for kotlinx-serialization-json library that allows you to modifying content in original objects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages