jar

io.github.reidsync : kotlin-json-patch-jvm

Maven & Gradle

Dec 07, 2023
7 stars

kotlin-json-patch · JSON Patch library written exclusively in Kotlin

Table Of Contents

Latest Version

Download io.github.reidsync : kotlin-json-patch-jvm JAR file - Latest Versions:

All Versions

Download io.github.reidsync : kotlin-json-patch-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.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 kotlin-json-patch-jvm-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.reidsync.kxjsonpatch.lcs

├─ com.reidsync.kxjsonpatch.lcs.CommandVisitor.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.DefaultEquator.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.DeleteCommand.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.EditCommand.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.EditScript.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.Equator.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.InsertCommand.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.KeepCommand.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.ListUtils.class - [JAR]

├─ com.reidsync.kxjsonpatch.lcs.SequencesComparator.class - [JAR]

com.reidsync.kxjsonpatch

├─ com.reidsync.kxjsonpatch.ApplyProcessor.class - [JAR]

├─ com.reidsync.kxjsonpatch.CompatibilityFlags.class - [JAR]

├─ com.reidsync.kxjsonpatch.Constants.class - [JAR]

├─ com.reidsync.kxjsonpatch.Diff.class - [JAR]

├─ com.reidsync.kxjsonpatch.InvalidJsonPatchException.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonDiff.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonElementExtensionsKt.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatch.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchApplicationException.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchApplyProcessor.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchApplyProcessorKt.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchEditingContext.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchEditingContextImpl.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchEditingContextTestImpl.class - [JAR]

├─ com.reidsync.kxjsonpatch.JsonPatchProcessor.class - [JAR]

├─ com.reidsync.kxjsonpatch.NodeType.class - [JAR]

├─ com.reidsync.kxjsonpatch.NoopProcessor.class - [JAR]

├─ com.reidsync.kxjsonpatch.Operations.class - [JAR]