StAXON Parent

JSON via StAX - Parent

Лицензия

Лицензия

Категории

Категории

Axon Библиотеки уровня приложения Distributed Applications
Группа

Группа

de.odysseus.staxon
Идентификатор

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

staxon-parent
Последняя версия

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

1.3
Дата

Дата

Тип

Тип

pom
Описание

Описание

StAXON Parent
JSON via StAX - Parent
Система контроля версий

Система контроля версий

https://github.com/beckchr/staxon

Скачать staxon-parent

Имя Файла Размер
staxon-parent-1.3.pom 2 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/de.odysseus.staxon/staxon-parent/ -->
<dependency>
    <groupId>de.odysseus.staxon</groupId>
    <artifactId>staxon-parent</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.odysseus.staxon/staxon-parent/
implementation 'de.odysseus.staxon:staxon-parent:1.3'
// https://jarcasting.com/artifacts/de.odysseus.staxon/staxon-parent/
implementation ("de.odysseus.staxon:staxon-parent:1.3")
'de.odysseus.staxon:staxon-parent:pom:1.3'
<dependency org="de.odysseus.staxon" name="staxon-parent" rev="1.3">
  <artifact name="staxon-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.odysseus.staxon', module='staxon-parent', version='1.3')
)
libraryDependencies += "de.odysseus.staxon" % "staxon-parent" % "1.3"
[de.odysseus.staxon/staxon-parent "1.3"]

Зависимости

test (1)

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

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

  • core
  • gson
  • jackson
  • jsr353
  • jaxrs

StAXON - JSON via StAX

StAXON lets you read and write JSON using the Java Streaming API for XML (javax.xml.stream). StAXON acts as a door opener for JSON to powerful XML related technologies like

  • XSL transformations (XSLT)
  • XML binding API (JAXB)
  • XML Schema Definition (XSD)
  • XPath, XQuery, ...

Features

  • Support for JAXB and JAX-RS
  • Trigger JSON arrays via XML processing instruction
  • Full XML namespace support
  • Support the JSON Processing API (JSR-353), Jackson and Gson as JSON streaming backends
  • Memory efficient, even for very large documents
  • It's pretty fast (benchmark)...

Documentation

Check the Getting Started guide first. More documentation is available from the StAXON Wiki.

Downloads

The Downloads page provides Maven instructions and individual download links.

Development

Visit the GitHub project.

License

StAXON is available under the Apache License, Version 2.0.

(c) 2011, 2012 Odysseus Software

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

Версия
1.3
1.2
1.1
1.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1