jar

com.ssg.tools : JSONXML

Maven & Gradle

Oct 25, 2011

JSONXML · JSONXML project is library used to parse/format tree-like object structures in most popular text formats: XML and JSON. For parsing it accepts "java.io.Reader" and return java object. For formatting it accepts java object and "java.io.Writer". Object is generally structure that contains Map and/or List elements. Map is ordered set of named items. List is set of unnamed items. Reflection may be used to convert objects into set of maps/lists and vice versa. JSON parser is implemented explicitly. XML parser is based on SAX parser and applies only certain rules for result. Library is designed to allow various entry points for variable decisions depending on end use needs. 1. Formats - formats are used to enable locale-specific parsing/formatting of numbers and dates. 2. ReflectiveBuilder - enables reflection. Default implementation uses getters/setters only. 3. ObjectsRegistry - used to keep track of parsed or formatted objects and allow resolvable references in formatted (text) form.

Table Of Contents

Latest Version

Download com.ssg.tools : JSONXML JAR file - Latest Versions:

All Versions

Download com.ssg.tools : JSONXML JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0b
1.1
1.0

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 JSONXML-2.0b.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.ssg.tools.jsonxml.xml

├─ com.ssg.tools.jsonxml.xml.ReflectiveXMLParser.class - [JAR]

├─ com.ssg.tools.jsonxml.xml.TesterXML.class - [JAR]

├─ com.ssg.tools.jsonxml.xml.XMLFormatterContext.class - [JAR]

├─ com.ssg.tools.jsonxml.xml.XMLFormatterContextForJSON.class - [JAR]

├─ com.ssg.tools.jsonxml.xml.XMLParser.class - [JAR]

├─ com.ssg.tools.jsonxml.xml.XMLParserContext.class - [JAR]

com.ssg.tools.jsonxml.common

├─ com.ssg.tools.jsonxml.common.CRITICALITY.class - [JAR]

├─ com.ssg.tools.jsonxml.common.DataValidator.class - [JAR]

├─ com.ssg.tools.jsonxml.common.Formats.class - [JAR]

├─ com.ssg.tools.jsonxml.common.FormatterContext.class - [JAR]

├─ com.ssg.tools.jsonxml.common.ObjectsRegistry.class - [JAR]

├─ com.ssg.tools.jsonxml.common.PRIMITIVE_TYPE.class - [JAR]

├─ com.ssg.tools.jsonxml.common.ParserContext.class - [JAR]

├─ com.ssg.tools.jsonxml.common.Path.class - [JAR]

├─ com.ssg.tools.jsonxml.common.ReflectiveBuilder.class - [JAR]

├─ com.ssg.tools.jsonxml.common.STRUCTURE_FORMAT_ELEMENT.class - [JAR]

├─ com.ssg.tools.jsonxml.common.StructureErrorInfo.class - [JAR]

├─ com.ssg.tools.jsonxml.common.StructureProcessingContext.class - [JAR]

├─ com.ssg.tools.jsonxml.common.StructureProcessingException.class - [JAR]

├─ com.ssg.tools.jsonxml.common.Utilities.class - [JAR]

├─ com.ssg.tools.jsonxml.common.ValidationContext.class - [JAR]

├─ com.ssg.tools.jsonxml.common.ValidationError.class - [JAR]

├─ com.ssg.tools.jsonxml.common.ValidationException.class - [JAR]

com.ssg.tools.jsonxml

├─ com.ssg.tools.jsonxml.BigFactory.class - [JAR]

├─ com.ssg.tools.jsonxml.Comparer.class - [JAR]

├─ com.ssg.tools.jsonxml.Formatter.class - [JAR]

├─ com.ssg.tools.jsonxml.Parser.class - [JAR]

├─ com.ssg.tools.jsonxml.Tester.class - [JAR]

├─ com.ssg.tools.jsonxml.converter.class - [JAR]

├─ com.ssg.tools.jsonxml.diff.class - [JAR]

com.ssg.tools.jsonxml.json

├─ com.ssg.tools.jsonxml.json.JSONFormatterContext.class - [JAR]

├─ com.ssg.tools.jsonxml.json.JSONFormatterLite.class - [JAR]

├─ com.ssg.tools.jsonxml.json.JSONFormatterLiteContext.class - [JAR]

├─ com.ssg.tools.jsonxml.json.JSONParser.class - [JAR]

├─ com.ssg.tools.jsonxml.json.JSONParserContext.class - [JAR]

├─ com.ssg.tools.jsonxml.json.JSONParserLite.class - [JAR]

├─ com.ssg.tools.jsonxml.json.JSONParserLiteContext.class - [JAR]

├─ com.ssg.tools.jsonxml.json.ReflectiveJSONParser.class - [JAR]

├─ com.ssg.tools.jsonxml.json.TesterJSON.class - [JAR]

com.ssg.tools.jsonxml.dump

├─ com.ssg.tools.jsonxml.dump.DumpFormat.class - [JAR]

com.ssg.tools.jsonxml.json.schema

├─ com.ssg.tools.jsonxml.json.schema.ATTRIBUTE.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.FRAGMENT_PROTOCOL.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JBase.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JLink.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONAttributeValidator.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONDataGenerator.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONDataValidator.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONMixedAttribute.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONSchema.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONSchemaBuilder.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONSchemaException.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONSchemaReflectiveBuilder.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONValidationContext.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONValidationError.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONValidatorDefaultImpl.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONValueExtends.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONValueFormat.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSONValueType.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.JSchema.class - [JAR]

├─ com.ssg.tools.jsonxml.json.schema.METHOD.class - [JAR]

com.ssg.tools.jsonxml.common.tools

├─ com.ssg.tools.jsonxml.common.tools.BufferingReader.class - [JAR]

├─ com.ssg.tools.jsonxml.common.tools.CommandLineToolPrototype.class - [JAR]

├─ com.ssg.tools.jsonxml.common.tools.NonResizableListForArray.class - [JAR]

├─ com.ssg.tools.jsonxml.common.tools.P.class - [JAR]

├─ com.ssg.tools.jsonxml.common.tools.StructureWriter.class - [JAR]

├─ com.ssg.tools.jsonxml.common.tools.URIResolverExtended.class - [JAR]

├─ com.ssg.tools.jsonxml.common.tools.URLResolver.class - [JAR]