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 json-converter-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.aevi.util.json
├─ com.aevi.util.json.JsonConverter.class - [JAR]
├─ com.aevi.util.json.JsonOption.class - [JAR]
├─ com.aevi.util.json.JsonPostProcessing.class - [JAR]
├─ com.aevi.util.json.Jsonable.class - [JAR]
├─ com.aevi.util.json.JsonableList.class - [JAR]
├─ com.aevi.util.json.JsonableMap.class - [JAR]
├─ com.aevi.util.json.Sendable.class - [JAR]
├─ com.aevi.util.json.SendableId.class - [JAR]