Classes
Class | Description | |
---|---|---|
JSONArray | ||
JsonData |
Universal class for holding a transformed JSON value. Thanks to Thanks to http://litjson.sourceforge.net/.
| |
JSONObject |
Wrapper to make the API compatible with the Java version.
For internal use.
| |
JsonWriter | ||
SimpleJsonDeserializer |
Just for parsing short strings (inefficient for large data).
| |
SimpleJsonSerializer |
Class for serializing simple objects to JSON. Supports null, int, double, bool, DateTime, string, IDictionary, and IList.
|
Enumerations
Enumeration | Description | |
---|---|---|
JsonType |
Json types. Thanks to http://litjson.sourceforge.net/.
|