![]() | ![]() |
[root]/src/java/com/thoughtworks/xstream/io/json
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 27 (100.0%) | 609 (100.0%) | 22.5 |
joehni | 25 (92.6%) | 381 (62.6%) | 15.2 |
mauro | 2 (7.4%) | 228 (37.4%) | 114.0 |
Fix year of copyright.
1 lines of code changed in 1 file:
Support collections and arrays with one element as JSON array with Jettison 1.0.
88 lines of code changed in 2 files:
Fix: JsonHierarchicalStreamDriver writes wrong brackets around complex Java types with a single value.
43 lines of code changed in 1 file:
Ensure JsonHierarchicalStreamWriter to use UTF-8.
9 lines of code changed in 1 file:
Escape JSON strings according RFC 4627 (XSTR-411).
Add FAQ entry for limitations of JSON.
19 lines of code changed in 1 file:
Maps generate valid JSON now.
19 lines of code changed in 1 file:
Add license headers to core.
34 lines of code changed in 3 files:
JSONHierarchicalStreamWriter no longer writes attributes for collection objects (XSTR-403).
Attributes are written otherwise with a prepended '@
31 lines of code changed in 1 file:
Handle all primitives and their boxed counterpart for JsonHierarchicalStreamDriver (XSTR-446).
14 lines of code changed in 1 file:
Fix typo in javadoc.
1 lines of code changed in 1 file:
Organize imports.
5 lines of code changed in 1 file:
Added JSON support with Jettison (XSTR-391).
72 lines of code changed in 1 file:
Fix NPE writing a Map with the JSON writer.
4 lines of code changed in 1 file:
Fix JSON writer for fields with null value (XSTR-371).
2 lines of code changed in 1 file:
Adjust svn properties.
0 lines of code changed in 2 files:
Fix escapes in JsonWriter.
15 lines of code changed in 1 file:
Fix quoting in JsonWriter (XSTR-357).
10 lines of code changed in 1 file:
Fix NPE in JSON writer for custom converters calling non-extended HSW (XSTR-338).
4 lines of code changed in 1 file:
Merge changes from 1.2 branch.
6 lines of code changed in 1 file:
Fix repairing namespace for StaxDriver (XSTR-304).
Added some @since 1.2.
4 lines of code changed in 2 files:
(1 more)