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 kjson-annotations-1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.kjson.annotation
├─ io.kjson.annotation.JSONAllowExtra.class - [JAR]
├─ io.kjson.annotation.JSONDiscriminator.class - [JAR]
├─ io.kjson.annotation.JSONIdentifier.class - [JAR]
├─ io.kjson.annotation.JSONIgnore.class - [JAR]
├─ io.kjson.annotation.JSONIncludeAllProperties.class - [JAR]
├─ io.kjson.annotation.JSONIncludeIfNull.class - [JAR]
├─ io.kjson.annotation.JSONName.class - [JAR]