Skip to content

utekau/json-patch

 
 

Repository files navigation

This forked version was built for renaming operation of json key fields without chancing the value fields

Sample Usage:

{ "op": "rename", "path": "/oldname", "newkey": "newname" }

Base project is here:

https://github.com/java-json-tools/json-patch

Versions

The current version is 1.11.

Using it in your project

With Gradle:

dependencies {
    compile(group: "com.github.utekau", name: "json-patch", version: "1.11");
}

With Maven:

<dependency>
    <groupId>com.github.utekau</groupId>
    <artifactId>json-patch</artifactId>
    <version>1.11</version>
</dependency>

About

An RFC 6902 (JSON Patch) and reverse, plus RFC 7386 (JSON Merge Patch), implementation in Java using Jackson (2.2.x)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.9%
  • Shell 0.1%