Package net.sf.json.util

Miscelaneous utilities

See:
          Description

Interface Summary
JsonEventListener Defines the contract to handle JsonEvents when building an object or array.
 

Class Summary
CycleDetectionStrategy Base class for cycle detection in a hierarchy.
EnumMorpher  
JavaIdentifierTransformer Transforms a string into a valid Java identifier.
JSONBuilder JSONBuilder provides a quick and convenient way of producing JSON text.
JSONStringer JSONStringer provides a quick and convenient way of producing JSON text.
JSONTokener A JSONTokener takes a source string and extracts characters and tokens from it.
JSONUtils Provides useful methods on java objects and JSON values.
WebHijackPreventionStrategy Defines base implementations for preventing WebHijack in AJAX applications.
WebUtils Provides useful methods for working with JSON and web.
 

Package net.sf.json.util Description

Miscelaneous utilities