is not current version
Last Version 2.0b

com.ssg.tools:JSONXML 1.1

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.

Categories

Categories

JSON Data
GroupId

GroupId

com.ssg.tools
ArtifactId

ArtifactId

JSONXML
Version

Version

1.1
Type

Type

jar

Download JSONXML 1.1


<!-- https://jarcasting.com/artifacts/com.ssg.tools/JSONXML/ -->
<dependency>
    <groupId>com.ssg.tools</groupId>
    <artifactId>JSONXML</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ssg.tools/JSONXML/
implementation 'com.ssg.tools:JSONXML:1.1'
// https://jarcasting.com/artifacts/com.ssg.tools/JSONXML/
implementation ("com.ssg.tools:JSONXML:1.1")
'com.ssg.tools:JSONXML:jar:1.1'
<dependency org="com.ssg.tools" name="JSONXML" rev="1.1">
  <artifact name="JSONXML" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ssg.tools', module='JSONXML', version='1.1')
)
libraryDependencies += "com.ssg.tools" % "JSONXML" % "1.1"
[com.ssg.tools/JSONXML "1.1"]