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 json2rdf-0.0.7.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.spiceh2020.json2rdf
├─ com.github.spiceh2020.json2rdf.JSON2RDF.class - [JAR]
com.github.spiceh2020.json2rdf.transformers
├─ com.github.spiceh2020.json2rdf.transformers.JSONTransformer.class - [JAR]
├─ com.github.spiceh2020.json2rdf.transformers.JSONTransformer_JSONIter.class - [JAR]
├─ com.github.spiceh2020.json2rdf.transformers.Utils.class - [JAR]