JSON
Version 1.0

Uses of Package
org.codehaus.jackson

Packages that use org.codehaus.jackson
org.codehaus.jackson   
org.codehaus.jackson.impl   
org.codehaus.jackson.io   
org.codehaus.jackson.map   
org.codehaus.jackson.map.impl   
 

Classes in org.codehaus.jackson used by org.codehaus.jackson
JsonFactory.Encoding
          Legal JSON content always uses an Unicode encoding from the small list.
JsonGenerationException
          Class for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example)
JsonGenerator
          This base class defines API for output JSON content.
JsonLocation
           
JsonParseException
          Class for parsing exceptions, to indicate non-well-formed document content
JsonParser
          This is the public API implemented by concrete JSON parser instances.
JsonParser.NumberType
          Enumeration of possible "native" (optimal) types that can be used for numbers.
JsonProcessingException
          Intermediate base class for all problems when processing JSON input or output that are not pure I/O exceptions
JsonReadContext
          Context object is used to keep track of relative logical position of the current event when parsing.
JsonReadContext.Type
          Type of the context
JsonToken
          This enumeration defines basic token types that are results of parsing JSON content.
JsonWriteContext
          Context object is used to keep track of relative logical position of the current event when generating json content.
JsonWriteContext.Type
          Type of the context
PrettyPrinter
          Interface for pretty printer instances.
 

Classes in org.codehaus.jackson used by org.codehaus.jackson.impl
JsonGenerationException
          Class for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example)
JsonGenerator
          This base class defines API for output JSON content.
JsonLocation
           
JsonParseException
          Class for parsing exceptions, to indicate non-well-formed document content
JsonParser
          This is the public API implemented by concrete JSON parser instances.
JsonParser.NumberType
          Enumeration of possible "native" (optimal) types that can be used for numbers.
JsonReadContext
          Context object is used to keep track of relative logical position of the current event when parsing.
JsonToken
          This enumeration defines basic token types that are results of parsing JSON content.
JsonWriteContext
          Context object is used to keep track of relative logical position of the current event when generating json content.
PrettyPrinter
          Interface for pretty printer instances.
 

Classes in org.codehaus.jackson used by org.codehaus.jackson.io
JsonParseException
          Class for parsing exceptions, to indicate non-well-formed document content
 

Classes in org.codehaus.jackson used by org.codehaus.jackson.map
JsonGenerationException
          Class for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example)
JsonGenerator
          This base class defines API for output JSON content.
JsonParseException
          Class for parsing exceptions, to indicate non-well-formed document content
JsonParser
          This is the public API implemented by concrete JSON parser instances.
JsonToken
          This enumeration defines basic token types that are results of parsing JSON content.
 

Classes in org.codehaus.jackson used by org.codehaus.jackson.map.impl
JsonGenerationException
          Class for exceptions during JSON writing, such as trying to output content in wrong context (non-matching end-array or end-object, for example)
JsonGenerator
          This base class defines API for output JSON content.
JsonParseException
          Class for parsing exceptions, to indicate non-well-formed document content
JsonParser
          This is the public API implemented by concrete JSON parser instances.
JsonToken
          This enumeration defines basic token types that are results of parsing JSON content.
 


JSON
Version 1.0

Apache License, Version 2.0