JSON
Version 1.0

Package org.codehaus.jackson.io

Class Summary
ByteSourceBootstrapper This class is used to determine the encoding of byte stream that is to contain JSON content.
IOContext To limit number of configuration and state objects to pass, all contextual objects that need to be passed by the factory to readers and writers are combined under this object.
MergedStream Simple InputStream implementation that is used to "unwind" some data previously read from an input stream; so that as long as some of that data remains, it's returned; but as long as it's read, we'll just use data from the underlying original stream.
NumberInput  
NumberOutput  
UTF32Reader Since JDK does not come with UTF-32/UCS-4, let's implement a simple decoder to use.
UTF8Reader Optimized Reader that reads UTF-8 encoded content from an input stream.
UTF8Writer  
 


JSON
Version 1.0

Apache License, Version 2.0