Package argo.saj

Provides classes for parsing a JSON character stream into an event stream, in other words, a push parser, analogous to SAX for XML.

See:
          Description

Interface Summary
JsonListener A JsonListener is notified of events generated by a SajParser from a stream of JSON characters.
 

Class Summary
SajParser Converts a character stream into calls to a JsonListener.
 

Exception Summary
InvalidSyntaxException Thrown to indicate a given character stream is not valid JSON.
 

Package argo.saj Description

Provides classes for parsing a JSON character stream into an event stream, in other words, a push parser, analogous to SAX for XML.