jar

com.geckotechnology : xmljsonconvert

Maven & Gradle

Oct 22, 2022
1 stars

JSON-XML-Converter-via-OpenAPI-Schema · This library converts JSON to and from XML based on the JSON schema included in the swagger / OpenAPI 3 document. It is a JAVA based library

Table Of Contents

Latest Version

Download com.geckotechnology : xmljsonconvert JAR file - Latest Versions:

All Versions

Download com.geckotechnology : xmljsonconvert JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. 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]