Interhaptics SDK for Unity 1.6
Loading...
Searching...
No Matches
SimpleJSON.JSONString Member List

This is the complete list of members for SimpleJSON.JSONString, including all inherited members.

Add(string aKey, JSONNode aItem)SimpleJSON.JSONNodevirtual
Add(JSONNode aItem)SimpleJSON.JSONNodevirtual
allowLineCommentsSimpleJSON.JSONNodestatic
AsArraySimpleJSON.JSONNode
AsBoolSimpleJSON.JSONNode
AsDoubleSimpleJSON.JSONNode
AsFloatSimpleJSON.JSONNode
AsIntSimpleJSON.JSONNode
AsLongSimpleJSON.JSONNode
AsObjectSimpleJSON.JSONNode
ChildrenSimpleJSON.JSONNode
Clone()SimpleJSON.JSONStringvirtual
CountSimpleJSON.JSONNode
DeepChildrenSimpleJSON.JSONNode
Equals(object obj)SimpleJSON.JSONString
forceASCIISimpleJSON.JSONNodestatic
GetEnumerator()SimpleJSON.JSONString
GetHashCode()SimpleJSON.JSONString
GetValueOrDefault(string aKey, JSONNode aDefault)SimpleJSON.JSONNodevirtual
HasKey(string aKey)SimpleJSON.JSONNodevirtual
InlineSimpleJSON.JSONNode
IsArraySimpleJSON.JSONNode
IsBooleanSimpleJSON.JSONNode
IsNullSimpleJSON.JSONNode
IsNumberSimpleJSON.JSONNode
IsObjectSimpleJSON.JSONNode
IsStringSimpleJSON.JSONString
JSONString(string aData)SimpleJSON.JSONString
KeysSimpleJSON.JSONNode
LinqSimpleJSON.JSONNode
longAsStringSimpleJSON.JSONNodestatic
operator bool(JSONNode d)SimpleJSON.JSONNodestatic
operator double(JSONNode d)SimpleJSON.JSONNodestatic
operator float(JSONNode d)SimpleJSON.JSONNodestatic
operator int(JSONNode d)SimpleJSON.JSONNodestatic
operator JSONNode(string s)SimpleJSON.JSONNodestatic
operator JSONNode(double n)SimpleJSON.JSONNodestatic
operator JSONNode(float n)SimpleJSON.JSONNodestatic
operator JSONNode(int n)SimpleJSON.JSONNodestatic
operator JSONNode(long n)SimpleJSON.JSONNodestatic
operator JSONNode(bool b)SimpleJSON.JSONNodestatic
operator JSONNode(KeyValuePair< string, JSONNode > aKeyValue)SimpleJSON.JSONNodestatic
operator long(JSONNode d)SimpleJSON.JSONNodestatic
operator string(JSONNode d)SimpleJSON.JSONNodestatic
operator!=(JSONNode a, object b)SimpleJSON.JSONNodestatic
operator==(JSONNode a, object b)SimpleJSON.JSONNodestatic
Parse(string aJSON)SimpleJSON.JSONNodestatic
Remove(string aKey)SimpleJSON.JSONNodevirtual
Remove(int aIndex)SimpleJSON.JSONNodevirtual
Remove(JSONNode aNode)SimpleJSON.JSONNodevirtual
TagSimpleJSON.JSONString
this[int aIndex]SimpleJSON.JSONNode
this[string aKey]SimpleJSON.JSONNode
ToString()SimpleJSON.JSONNode
ToString(int aIndent)SimpleJSON.JSONNodevirtual
ValueSimpleJSON.JSONString
ValuesSimpleJSON.JSONNode