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 iris-ld-jsonld-0.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
city.smartb.iris.jsonld.reader
├─ city.smartb.iris.jsonld.reader.JsonField.class - [JAR]
├─ city.smartb.iris.jsonld.reader.JsonFieldReader.class - [JAR]
├─ city.smartb.iris.jsonld.reader.ToJsonConverter.class - [JAR]
city.smartb.iris.jsonld
├─ city.smartb.iris.jsonld.JsonLdConsts.class - [JAR]
├─ city.smartb.iris.jsonld.JsonLdObject.class - [JAR]
city.smartb.iris.jsonld.jackson
├─ city.smartb.iris.jsonld.jackson.JsonFieldJackson.class - [JAR]
├─ city.smartb.iris.jsonld.jackson.JsonFieldReaderJackson.class - [JAR]
├─ city.smartb.iris.jsonld.jackson.ObjectMapperFactory.class - [JAR]
├─ city.smartb.iris.jsonld.jackson.ToToJsonConvertorJackson.class - [JAR]