Package org.pfsw.text.json

Interface Summary
JsonConstants Fixed values for JSON as constants.
JsonType Common type for top level JSON objects (i.e.
 

Class Summary
JsonArray The Java internal representation of a JSON array.
JsonObject The Java representation of a JSON object.
JsonObjectAccessor This is a wrapper around a single JsonObject.
JsonUtil Convenience methods for JavaScript Object Notation (JSON) handling.
SimpleJsonParser A parser that creates a Java internal structure of JsonObject and JsonArray objects from a given JSON text.
 

Exception Summary
JsonAccessException General exception for problems with access to JSON object fields/values.
JsonParseException An exception for all kinds of JSON parsing problems.