JSON
Version 1.0

Package org.codehaus.jackson.impl

Interface Summary
Indenter Interface that defines objects that can produce indentation used to separate object entries and array values.
 

Class Summary
DefaultPrettyPrinter  
DefaultPrettyPrinter.FixedSpaceIndenter This is a very simple indenter that only every adds a single space for indentation.
DefaultPrettyPrinter.Lf2SpacesIndenter Default linefeed-based indenter uses system-specific linefeeds and 2 spaces for indentation per level.
DefaultPrettyPrinter.NopIndenter Dummy implementation that adds no indentation whatsoever
JsonGeneratorBase This base class defines API that a JSON generator exposes to applications, as well as internal API that sub-classes have to implement.
ReaderBasedNumericParser Intermediate class that implements handling of numeric parsing.
ReaderBasedParser This is a concrete implementation of JsonParser, which is based on a Reader to handle low-level character conversion tasks.
ReaderBasedParserBase This is a simple low-level input reader base class, used by JSON parser.
WriterBasedGenerator  
 


JSON
Version 1.0

Apache License, Version 2.0