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-kotlin-4.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.pwall.json
├─ net.pwall.json.JSONAuto.class - [JAR]
├─ net.pwall.json.JSONConfig.class - [JAR]
├─ net.pwall.json.JSONDelegate.class - [JAR]
├─ net.pwall.json.JSONDeserializer.class - [JAR]
├─ net.pwall.json.JSONDeserializerFunctions.class - [JAR]
├─ net.pwall.json.JSONFunKt.class - [JAR]
├─ net.pwall.json.JSONJava.class - [JAR]
├─ net.pwall.json.JSONKotlinException.class - [JAR]
├─ net.pwall.json.JSONSerializer.class - [JAR]
├─ net.pwall.json.JSONSerializerFunctions.class - [JAR]
├─ net.pwall.json.JSONStringify.class - [JAR]
├─ net.pwall.json.JSONTypeRef.class - [JAR]