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
// First, add JitPack to your repositories
repositories {
...
maven { url "https://jitpack.io" }
}
dependencies {
compile 'com.github.beyondeye:kjsonpatch:0.3.1'
}
Copyright (c) 2017 Dario Elyasy Apache license 2.0