SimpleJSON.JSONObject Member List

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

Add(string aKey, JSONNode aItem)SimpleJSON.JSONObjectvirtual
SimpleJSON::JSONNode.Add(JSONNode aItem)SimpleJSON.JSONNodevirtual
AsArraySimpleJSON.JSONNode
AsBoolSimpleJSON.JSONNode
AsDoubleSimpleJSON.JSONNode
AsFloatSimpleJSON.JSONNode
AsIntSimpleJSON.JSONNode
AsObjectSimpleJSON.JSONNode
boolSimpleJSON.JSONObject
ChildrenSimpleJSON.JSONObject
CountSimpleJSON.JSONObject
DeepChildrenSimpleJSON.JSONNode
Deserialize(System.IO.BinaryReader aReader)SimpleJSON.JSONNodestatic
Equals(object obj)SimpleJSON.JSONNode
GetEnumerator()SimpleJSON.JSONObject
GetHashCode()SimpleJSON.JSONNode
IsArraySimpleJSON.JSONNode
IsBooleanSimpleJSON.JSONNode
IsNullSimpleJSON.JSONNode
IsNumberSimpleJSON.JSONNode
IsObjectSimpleJSON.JSONObject
IsStringSimpleJSON.JSONNode
LoadFromBase64(string aBase64)SimpleJSON.JSONNodestatic
LoadFromCompressedBase64(string aBase64)SimpleJSON.JSONNodestatic
LoadFromCompressedFile(string aFileName)SimpleJSON.JSONNodestatic
LoadFromCompressedStream(System.IO.Stream aData)SimpleJSON.JSONNodestatic
LoadFromFile(string aFileName)SimpleJSON.JSONNodestatic
LoadFromStream(System.IO.Stream aData)SimpleJSON.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(bool b)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.JSONObjectvirtual
Remove(int aIndex)SimpleJSON.JSONObjectvirtual
Remove(JSONNode aNode)SimpleJSON.JSONObjectvirtual
SaveToBase64()SimpleJSON.JSONNode
SaveToCompressedBase64()SimpleJSON.JSONNode
SaveToCompressedFile(string aFileName)SimpleJSON.JSONNode
SaveToCompressedStream(System.IO.Stream aData)SimpleJSON.JSONNode
SaveToFile(string aFileName)SimpleJSON.JSONNode
SaveToStream(System.IO.Stream aData)SimpleJSON.JSONNode
Serialize(System.IO.BinaryWriter aWriter)SimpleJSON.JSONObjectvirtual
TagSimpleJSON.JSONObject
this[int aIndex]SimpleJSON.JSONObject
this[string aKey]SimpleJSON.JSONObject
ToString()SimpleJSON.JSONNode
ToString(int aIndent)SimpleJSON.JSONNodevirtual
ValueSimpleJSON.JSONNode