Details
-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: IO
-
Labels:None
Description
I posted this on the user-list before and was asked to create a JIRA issue...
I am currently working on StAXON - JSON via StAX. In principle, this thing is similar to the well-known Jettison, however, StAXON provides a more complete StAX implementation and tries to avoid some of the issues people have with Jettison. See http://beckchr.github.com/staxon/ for more.
As a proof of concept, I wrote a simple XStream driver for StAXON, which seems to work pretty well and may serve as an alternative to the existing JSON drivers available for XStream. I'm attaching the code with simple tests, so if anyone is interested?
The code is contributed, so feel free to modify or distribute the code with XStream under a BSD-like license.
Hi Christoph,
this looks very promising. To get a better overview I have ported XStream's tests for the Jettison driver to your StAXON driver. Following differences/problems catch my eye:
However, thanks so far
Jörg