All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download JSONXML JAR 1.1 with all dependencies


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.

Files of the artifact JSONXML version 1.1 from the group com.ssg.tools.

There is a newer version: 2.0b
Show newest version
Show more of this group  Show more artifacts with this name
Show all versions of JSONXML Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of JSONXML version 1.1

META-INF
META-INF.META-INF.MANIFEST.MF
com.ssg.tools.jsonxml
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.Comparer
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.Formatter
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.Parser
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.Validator
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.converter
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.diff
com.ssg.tools.jsonxml.examples
com.ssg.tools.jsonxml.examples.com.ssg.tools.jsonxml.examples.ReflectionSample
com.ssg.tools.jsonxml.examples.com.ssg.tools.jsonxml.examples.SimpleCases
com.ssg.tools.jsonxml.impl
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.DumpFormat
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.JSONFormat
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.JSONParser
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.ParserContext
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.ReflectiveJSONParser
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.ReflectiveXMLParser
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.StructureFormat
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.StructureWriter
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.XMLFormat
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.XMLFormatForJSON1
com.ssg.tools.jsonxml.impl.com.ssg.tools.jsonxml.impl.XMLParser
com.ssg.tools.jsonxml
com.ssg.tools.jsonxml.com.ssg.tools.jsonxml.package-info
com.ssg.tools.jsonxml.utils
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.Formats
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.ObjectsRegistry
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.PRIMITIVE_TYPE
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.Path
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.ReflectiveBuilder
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.STRUCTURE_FORMAT_ELEMENT
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.StructureErrorInfo
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.StructureProcessingContext
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.StructureProcessingException
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.URIResolverExtended
com.ssg.tools.jsonxml.utils.com.ssg.tools.jsonxml.utils.Utilities
com.ssg.tools.jsonxml.validators.json
com.ssg.tools.jsonxml.validators.json.com.ssg.tools.jsonxml.validators.json.JSONSchema
.logger.test.properties




© 2015 - 2024 Weber Informatics LLC | Privacy Policy