Package argo.staj

Provides classes extracting elements from a JSON character stream, in other words, a pull parser, analogous to StAX for XML.

See:
          Description

Class Summary
JsonStreamElement An element of a JSON document.
StajParser Parses a JSON character stream into an Iterator of JsonStreamElements.
 

Enum Summary
JsonStreamElementType Types of element a StajParser can produce.
 

Exception Summary
InvalidSyntaxRuntimeException Thrown to indicate a given character stream is not valid JSON.
JsonStreamException Thrown to indicate that it was not possible to read any further along the JSON stream.
 

Package argo.staj Description

Provides classes extracting elements from a JSON character stream, in other words, a pull parser, analogous to StAX for XML.