UnityMol  0.9.6-875
UnityMol viewer / In developement
SimpleJSON.JSONClass Member List

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

Add(string aKey, JSONNode aItem)SimpleJSON.JSONClassvirtual
SimpleJSON::JSONNode.Add(JSONNode aItem)SimpleJSON.JSONNodevirtual
AsArraySimpleJSON.JSONNode
AsBoolSimpleJSON.JSONNode
AsDoubleSimpleJSON.JSONNode
AsFloatSimpleJSON.JSONNode
AsIntSimpleJSON.JSONNode
AsObjectSimpleJSON.JSONNode
ChildsSimpleJSON.JSONClass
CountSimpleJSON.JSONClass
DeepChildsSimpleJSON.JSONNode
Deserialize(System.IO.BinaryReader aReader)SimpleJSON.JSONNodestatic
Equals(object obj)SimpleJSON.JSONNode
Escape(string aText)SimpleJSON.JSONNodepackagestatic
GetEnumerator()SimpleJSON.JSONClass
GetHashCode()SimpleJSON.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
m_DictSimpleJSON.JSONClassprivate
operator JSONNode(string s)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.JSONClassvirtual
Remove(int aIndex)SimpleJSON.JSONClassvirtual
Remove(JSONNode aNode)SimpleJSON.JSONClassvirtual
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.JSONClassvirtual
this[int aIndex]SimpleJSON.JSONClass
this[string aKey]SimpleJSON.JSONClass
ToString()SimpleJSON.JSONClass
ToString(string aPrefix)SimpleJSON.JSONClassvirtual
ValueSimpleJSON.JSONNode