Details
-
Type:
New Feature
-
Status:
Closed
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.2
-
Component/s: None
-
Labels:None
Description
A JSON writer (no reader as yet) for XStream.
Eliminates some redundant braces, quotes for things that do not need them (int, boolean)
It also handles arrays, lists, sets appropriately
Examples from http://www.json.org/example.html used for TestCases.
To support some the the features, 'startNode(String name)' in HierarchicalStreamWriter has a sister method 'startNode(String name, Class clazz)'
Attachments
Issue Links
| This issue is depended upon by: | ||||
| XSTR-317 | XStream 1.2 release coordination. |
|
||
Patch2: Second interface introduced to please Joe.