Package com.novell.sentinel.json

Interface Summary
JSONDateHandler Interface to allow users of Sentinel bean objects to supply an implementation that can serialize and de-serialize date representations.
JSONHandler Interface for handling JSON, modeled on SAX ContentHandler.
JSONParser  
 

Class Summary
DelegatingJSONHandlerImpl Simple implementation of JSONHandler that delegates all calls to another JSONHandler.
JSONSerializerBase Base class for implementations that wish to serialize events sent to a JSONHandler.
JSONToString A GWT-safe implementation that serializes JSON events.
JSONUtils Utility class for creating and reading JSON data.
NullJSONHandlerImpl Base class for implementations that handle part of a JSON object.
 

Exception Summary
JSONParseException  
JSONUtils.JSONNumberValueException  
JSONUtils.JSONValueException