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 magicfree-json-0.10.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
info.freelibrary.json
├─ info.freelibrary.json.AbstractHandler.class - [JAR]
├─ info.freelibrary.json.DefaultHandler.class - [JAR]
├─ info.freelibrary.json.Json.class - [JAR]
├─ info.freelibrary.json.JsonArray.class - [JAR]
├─ info.freelibrary.json.JsonComparator.class - [JAR]
├─ info.freelibrary.json.JsonHandler.class - [JAR]
├─ info.freelibrary.json.JsonLiteral.class - [JAR]
├─ info.freelibrary.json.JsonNumber.class - [JAR]
├─ info.freelibrary.json.JsonObject.class - [JAR]
├─ info.freelibrary.json.JsonOptions.class - [JAR]
├─ info.freelibrary.json.JsonParser.class - [JAR]
├─ info.freelibrary.json.JsonReader.class - [JAR]
├─ info.freelibrary.json.JsonString.class - [JAR]
├─ info.freelibrary.json.JsonValue.class - [JAR]
├─ info.freelibrary.json.JsonWriter.class - [JAR]
├─ info.freelibrary.json.Location.class - [JAR]
├─ info.freelibrary.json.Main.class - [JAR]
├─ info.freelibrary.json.MessageCodes.class - [JAR]
├─ info.freelibrary.json.ParseException.class - [JAR]
├─ info.freelibrary.json.PrettyWriter.class - [JAR]
├─ info.freelibrary.json.SortingWriter.class - [JAR]
├─ info.freelibrary.json.ValueUtils.class - [JAR]
├─ info.freelibrary.json.WritingBuffer.class - [JAR]