jar

org.zalando.zjsonpatch : zjsonpatch

Maven & Gradle

Sep 22, 2016
0 stars

zjsonpatch · Java Library to find / apply JSON Patches according to RFC 6902

Table Of Contents

Latest Version

Download org.zalando.zjsonpatch : zjsonpatch JAR file - Latest Versions:

All Versions

Download org.zalando.zjsonpatch : zjsonpatch JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3.x

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 zjsonpatch-0.3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.flipkart.zjsonpatch

├─ com.flipkart.zjsonpatch.ApplyProcessor.class - [JAR]

├─ com.flipkart.zjsonpatch.CompactHelper.class - [JAR]

├─ com.flipkart.zjsonpatch.CompatibilityFlags.class - [JAR]

├─ com.flipkart.zjsonpatch.Constants.class - [JAR]

├─ com.flipkart.zjsonpatch.Diff.class - [JAR]

├─ com.flipkart.zjsonpatch.DiffHelper.class - [JAR]

├─ com.flipkart.zjsonpatch.InvalidJsonPatchException.class - [JAR]

├─ com.flipkart.zjsonpatch.JsonDiff.class - [JAR]

├─ com.flipkart.zjsonpatch.JsonPatch.class - [JAR]

├─ com.flipkart.zjsonpatch.JsonPatchApplicationException.class - [JAR]

├─ com.flipkart.zjsonpatch.JsonPatchProcessor.class - [JAR]

├─ com.flipkart.zjsonpatch.JsonPathHelper.class - [JAR]

├─ com.flipkart.zjsonpatch.NoopProcessor.class - [JAR]

├─ com.flipkart.zjsonpatch.Operation.class - [JAR]

Advertisement