-
Notifications
You must be signed in to change notification settings - Fork 47
Home
Christoph Beck edited this page Sep 24, 2011
·
22 revisions
StAXON lets you stream to and from JSON via StAX.
- 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
.
StAXON is available under the Apache License, Version 2.0.