From 6c883cfb2ec72ef3d60cf4bd0d04d102d3eb4d90 Mon Sep 17 00:00:00 2001 From: Reid Date: Fri, 8 Dec 2023 15:59:08 +0900 Subject: [PATCH] add `Kotlin Json Patch` library --- index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.md b/index.md index c8cf523..d4ddc37 100644 --- a/index.md +++ b/index.md @@ -154,6 +154,10 @@ If we're missing a library please let us know (see below)! - [json-patch](https://github.com/fge/json-patch) - [bsonpatch](https://github.com/ebay/bsonpatch) (port of **zjsonpatch** that uses [BSON](https://en.wikipedia.org/wiki/BSON) as document model) +## Kotlin + +- [kotlin-json-patch](https://github.com/ReidSync/kotlin-json-patch) (A pure Kotlin library that can be imported into both Kotlin Multiplatform and Android Native projects.) + ## Scala - [diffson](https://github.com/gnieh/diffson)