Skip to content

an implementation of RFC 6902 JSON Patch written in Kotlin

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE_jsonpatch
Notifications You must be signed in to change notification settings

kaserdan/kjsonpatch

 
 

Kotlin 1.2.10 Build Status

KJsonPatch: a JSonPatch implementation in kotlin

This is a port to Kotlin of zjsonpatch with

  • Jackson substituted with Gson
  • Guava dependency removed
  • code needed from dependency from Apache Commons Collections 4.1 incorporated

The main motivation is making this library more suitable to uses in Android applications

see the original README for more informations

dependencies for gradle

// First, add JitPack to your repositories
repositories {
    ...
    maven { url "https://jitpack.io" }
}

dependencies {
        compile 'com.github.beyondeye:kjsonpatch:0.3.1'
}

License

Copyright (c) 2017 Dario Elyasy Apache license 2.0

About

an implementation of RFC 6902 JSON Patch written in Kotlin

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE_jsonpatch

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.1%
  • Kotlin 34.9%