| 程序包 | 说明 | 
|---|---|
| org.codehaus.jackson | 
 Main public API classes of the core streaming JSON
 processor: most importantly  
JsonFactory
 used for constructing
 JSON parser (JsonParser)
 and generator
 (JsonParser)
 instances. | 
| org.codehaus.jackson.impl | 
 Parser and generator implementation classes that Jackson
 defines and uses. 
 | 
| org.codehaus.jackson.smile | 
 Package that contains experimental implementation of
 "Binary-Encoded JSON-Like" data format handlers (parser,
 generator, factory produce both, supporting constants). 
 | 
| org.codehaus.jackson.sym | 
 Internal implementation classes for efficient handling of
 of symbols in JSON (field names in Objects) 
 | 
| 类和说明 | 
|---|
| BytesToNameCanonicalizer
 A caching symbol table implementation used for canonicalizing JSON field
 names (as  
Names which are constructed directly from a byte-based
 input source). | 
| CharsToNameCanonicalizer
 This class is a kind of specialized type-safe Map, from char array to
 String value. 
 | 
| 类和说明 | 
|---|
| BytesToNameCanonicalizer
 A caching symbol table implementation used for canonicalizing JSON field
 names (as  
Names which are constructed directly from a byte-based
 input source). | 
| CharsToNameCanonicalizer
 This class is a kind of specialized type-safe Map, from char array to
 String value. 
 | 
| Name
 Base class for tokenized names (key strings in objects) that have
 been tokenized from byte-based input sources (like
  
InputStream. | 
| 类和说明 | 
|---|
| BytesToNameCanonicalizer
 A caching symbol table implementation used for canonicalizing JSON field
 names (as  
Names which are constructed directly from a byte-based
 input source). | 
| 类和说明 | 
|---|
| BytesToNameCanonicalizer
 A caching symbol table implementation used for canonicalizing JSON field
 names (as  
Names which are constructed directly from a byte-based
 input source). | 
| CharsToNameCanonicalizer
 This class is a kind of specialized type-safe Map, from char array to
 String value. 
 | 
| Name
 Base class for tokenized names (key strings in objects) that have
 been tokenized from byte-based input sources (like
  
InputStream. |