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 xmljsonconvert-0.9.6.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.geckotechnology.xmljsonconvert.cache
├─ com.geckotechnology.xmljsonconvert.cache.SchemaCache.class - [JAR]
com.geckotechnology.xmljsonconvert.core
├─ com.geckotechnology.xmljsonconvert.core.JSONSchemaForXML.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.JSONSchemaLoadException.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.JSONToXMLConverter.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.JsonParserWrapper.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.MapException.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.PropertyXMLNodeSpec.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.SimplePath.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.XMLNodeSpec.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.XMLNodeSpecArray.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.XMLNodeSpecObject.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.XMLNodeSpecPrimitiveType.class - [JAR]
├─ com.geckotechnology.xmljsonconvert.core.XMLToJSONConverter.class - [JAR]