jar

com.github.fge : json-patch

Maven & Gradle

Nov 18, 2014
97 usages
623 stars

json-patch · JSON Patch (RFC 6902) and JSON Merge Patch (RFC 7386) implementation in Java

Table Of Contents

Latest Version

Download com.github.fge : json-patch JAR file - Latest Versions:

All Versions

Download com.github.fge : json-patch JAR file - All Versions:

Version Vulnerabilities Size Updated
1.9
1.8
1.7
1.6
1.5
1.4
1.3
1.2
1.1
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window json-patch-1.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fge.jsonpatch.mergepatch

├─ com.github.fge.jsonpatch.mergepatch.JsonMergePatch.class - [JAR]

├─ com.github.fge.jsonpatch.mergepatch.JsonMergePatchDeserializer.class - [JAR]

├─ com.github.fge.jsonpatch.mergepatch.NonObjectMergePatch.class - [JAR]

├─ com.github.fge.jsonpatch.mergepatch.ObjectMergePatch.class - [JAR]

com.github.fge.jsonpatch

├─ com.github.fge.jsonpatch.AddOperation.class - [JAR]

├─ com.github.fge.jsonpatch.CopyOperation.class - [JAR]

├─ com.github.fge.jsonpatch.DualPathOperation.class - [JAR]

├─ com.github.fge.jsonpatch.JsonPatch.class - [JAR]

├─ com.github.fge.jsonpatch.JsonPatchException.class - [JAR]

├─ com.github.fge.jsonpatch.JsonPatchMessages.class - [JAR]

├─ com.github.fge.jsonpatch.JsonPatchOperation.class - [JAR]

├─ com.github.fge.jsonpatch.MoveOperation.class - [JAR]

├─ com.github.fge.jsonpatch.PathValueOperation.class - [JAR]

├─ com.github.fge.jsonpatch.RemoveOperation.class - [JAR]

├─ com.github.fge.jsonpatch.ReplaceOperation.class - [JAR]

├─ com.github.fge.jsonpatch.TestOperation.class - [JAR]

com.github.fge.jsonpatch.diff

├─ com.github.fge.jsonpatch.diff.DiffOperation.class - [JAR]

├─ com.github.fge.jsonpatch.diff.DiffProcessor.class - [JAR]

├─ com.github.fge.jsonpatch.diff.JsonDiff.class - [JAR]

Advertisement

Dependencies from Group

Oct 29, 2014
284 usages
1.6k stars
Nov 18, 2014
97 usages
623 stars
May 23, 2014
53 usages
21 stars
Oct 29, 2014
39 usages
67 stars
Apr 11, 2015
31 usages
89 stars

Discover Dependencies