File: TODO

package info (click to toggle)
libjackson-json-java 1.5.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,392 kB
  • ctags: 7,846
  • sloc: java: 46,768; xml: 938; makefile: 21
file content (44 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

Numbers:

[PARTIAL] * Allow checking if value fits in int/long/BigDecimal
* Use BigDecimal over double if length exceeds limit (23 digits,
  or exponent over 200?)

Binary data:

* Implement base64 accessors.

Parser/generator properties:

[Defer] * Verify field name uniqueness? (P + G) [not for low-level
 parser/generator; added to mapper]
  
* Are names interned? (P)
[DONE] * Pretty-printing, w/ default implementation

* Version info? Weave in using Ant

Mapper:

* Allow custom List construction
* Allow custom Map construction
* Allow constructing JsonParser from Java/Json types?
* Allow JsonGenerator to write to Java/Json types?

Additional mappers:

* Query string mapper (with naming conventions; configurable
  handling)

Tests:

* Generic:
   - Extra commas after array element, object field
   - Escaped chars
* Numbers:
   - No leading 0

Other:

* Rename 'JsonContext' into 'ParsingScope' tms?