![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream/io/json
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 32 (100.0%) | 1375 (100.0%) | 42.9 |
joehni | 31 (96.9%) | 1085 (78.9%) | 35.0 |
mauro | 1 (3.1%) | 290 (21.1%) | 290.0 |
Support collections and arrays with one element as JSON array with Jettison 1.0.
17 lines of code changed in 1 file:
Upgrade Jettison and Woodstox.
2 lines of code changed in 1 file:
Fix: JsonHierarchicalStreamDriver writes wrong brackets around complex Java types with a single value.
178 lines of code changed in 1 file:
Escape JSON strings according RFC 4627 (XSTR-411).
Add FAQ entry for limitations of JSON.
69 lines of code changed in 2 files:
Make test more readable.
21 lines of code changed in 1 file:
Fix unit test.
38 lines of code changed in 1 file:
Maps generate valid JSON now.
168 lines of code changed in 1 file:
Make JDK 1.3 compatible.
9 lines of code changed in 1 file:
Calendar object could not be rendered with the JsonHierarchicalStreamWriter.
45 lines of code changed in 1 file:
Fix auto-boxing.
2 lines of code changed in 1 file:
Add test for XSTR-460.
18 lines of code changed in 1 file:
Add license headers to core.
21 lines of code changed in 2 files:
JSONHierarchicalStreamWriter no longer writes attributes for collection objects (XSTR-403).
Attributes are written otherwise with a prepended '@
160 lines of code changed in 1 file:
Handle all primitives and their boxed counterpart for JsonHierarchicalStreamDriver (XSTR-446).
15 lines of code changed in 1 file:
Fix XStream.createObjectOutputStream using the current driver to create the HSW (XSTR-443).
23 lines of code changed in 1 file:
Unify Jettison-based unit tests.
11 lines of code changed in 1 file:
Organize imports.
7 lines of code changed in 1 file:
Fix JDK 1.3 build.
Jettison is based on JDK 1.4 (uses java.nio classes).
Fix SecurityManagerTest for ant build.
DynamicSecurityManager collects failing permissions.
8 lines of code changed in 1 file:
Add tests for Maps.
20 lines of code changed in 1 file:
Added JSON support with Jettison (XSTR-391).
75 lines of code changed in 1 file:
(10 more)