|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| JsonArray | |
| JsonBoolean | The Json version of a boolean |
| JsonNull | |
| JsonNumber | The Json version of a Number |
| JsonObject | In official JSON parlance this should be called Object, however this would
cause confusion with Object which is auto-imported. |
| JsonString | The Json version of a String |
| JsonValue | JsonValue allows you to hold any of the JSON types and to get a string version without needing to know what type you have. |
This package includes an implementation of the JSON spec in Java.
The JSON spec includes the types object, array, number, string and boolean.
All of these types have objects to represent them however JsonValue has
getters to allow you to get at the more natural types with ease. The object and
array types are implemented especially by JsonObject and
JsonArray.
|
Copyright ยจ 2008 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||