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 sesame-tools-rio-jsonld-3.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.dfki.km.json.jsonld
├─ de.dfki.km.json.jsonld.JSONLDConsts.class - [JAR]
├─ de.dfki.km.json.jsonld.JSONLDProcessor.class - [JAR]
├─ de.dfki.km.json.jsonld.JSONLDSerializer.class - [JAR]
├─ de.dfki.km.json.jsonld.JSONLDTripleCallback.class - [JAR]
├─ de.dfki.km.json.jsonld.JSONLDUtils.class - [JAR]
org.apache.marmotta.commons.sesame.rio.jsonld
├─ org.apache.marmotta.commons.sesame.rio.jsonld.JsonLdParser.class - [JAR]
├─ org.apache.marmotta.commons.sesame.rio.jsonld.JsonLdParserFactory.class - [JAR]
├─ org.apache.marmotta.commons.sesame.rio.jsonld.JsonLdWriter.class - [JAR]
├─ org.apache.marmotta.commons.sesame.rio.jsonld.JsonLdWriterFactory.class - [JAR]
de.dfki.km.json
├─ de.dfki.km.json.JSONUtils.class - [JAR]
de.dfki.km.json.jsonld.impl
├─ de.dfki.km.json.jsonld.impl.SesameJSONLDSerializer.class - [JAR]
├─ de.dfki.km.json.jsonld.impl.SesameTripleCallback.class - [JAR]