![]() |
Interhaptics SDK for Unity 1.6
|
Classes | |
class | JSON |
class | JSONArray |
class | JSONBool |
class | JSONLazyCreator |
class | JSONNode |
class | JSONNull |
class | JSONNumber |
class | JSONObject |
class | JSONString |
Enumerations | |
enum | JSONNodeType { Array = 1 , Object = 2 , String = 3 , Number = 4 , NullValue = 5 , Boolean = 6 , None = 7 , Custom = 0xFF } |
enum | JSONTextMode { Compact , Indent } |
Enumerator | |
---|---|
Array | |
Object | |
String | |
Number | |
NullValue | |
Boolean | |
None | |
Custom |
Definition at line 46 of file SimpleJSON.cs.
Enumerator | |
---|---|
Compact | |
Indent |
Definition at line 57 of file SimpleJSON.cs.