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.

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

com.ssg.tools
Идентификатор

Идентификатор

JSONXML
Последняя версия

Последняя версия

2.0b
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

http://sourceforge.net/projects/jsonxml

Скачать JSONXML

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 3.8.1

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.0b
1.1
1.0