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.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.ssg.tools
ArtifactId

ArtifactId

JSONXML
Last Version

Last Version

2.0b
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

http://sourceforge.net/projects/jsonxml

Download JSONXML

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
2.0b
1.1
1.0