View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window diffson-testkit_2.12-4.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
diffson.jsonpatch.conformance
├─ diffson.jsonpatch.conformance.TestRfcConformance.class - [JAR]
diffson
├─ diffson.Json.class - [JAR]
├─ diffson.TestProtocol.class - [JAR]
├─ diffson.TestSerialization.class - [JAR]
diffson.jsonmergepatch
├─ diffson.jsonmergepatch.TestJsonMergeDiff.class - [JAR]
├─ diffson.jsonmergepatch.TestJsonMergePatch.class - [JAR]
diffson.jsonpointer
├─ diffson.jsonpointer.TestJsonPointer.class - [JAR]
diffson.jsonpatch
├─ diffson.jsonpatch.TestArrayDiff.class - [JAR]
├─ diffson.jsonpatch.TestJsonDiff.class - [JAR]
├─ diffson.jsonpatch.TestJsonPatch.class - [JAR]
├─ diffson.jsonpatch.TestSimpleDiff.class - [JAR]