Skip to content
Christoph Beck edited this page Sep 24, 2011 · 22 revisions

StAXON lets you stream to and from JSON via StAX.

Main Features

  • Supports Jackson and Gson as JSON backends
  • Full XML namespace support
  • Start JSON arrays via XML processing instruction
  • Memory efficient, even for very large documents
  • It's pretty fast…

StAXON provides implementations of javax.xml.stream.XMLStreamReader and javax.xml.stream.XMLStreamWriter.

Learn More

License

StAXON is available under the Apache License, Version 2.0.

Clone this wiki locally