![]() |
Interhaptics SDK for Unity 1.6
|
Go to the source code of this file.
Classes | |
class | SimpleJSON.JSONNode |
struct | SimpleJSON.JSONNode.Enumerator |
struct | SimpleJSON.JSONNode.ValueEnumerator |
struct | SimpleJSON.JSONNode.KeyEnumerator |
class | SimpleJSON.JSONNode.LinqEnumerator |
class | SimpleJSON.JSONArray |
class | SimpleJSON.JSONObject |
class | SimpleJSON.JSONString |
class | SimpleJSON.JSONNumber |
class | SimpleJSON.JSONBool |
class | SimpleJSON.JSONNull |
class | SimpleJSON.JSONLazyCreator |
class | SimpleJSON.JSON |
Namespaces | |
namespace | SimpleJSON |
Enumerations | |
enum | SimpleJSON.JSONNodeType { SimpleJSON.Array = 1 , SimpleJSON.Object = 2 , SimpleJSON.String = 3 , SimpleJSON.Number = 4 , SimpleJSON.NullValue = 5 , SimpleJSON.Boolean = 6 , SimpleJSON.None = 7 , SimpleJSON.Custom = 0xFF } |
enum | SimpleJSON.JSONTextMode { SimpleJSON.Compact , SimpleJSON.Indent } |