![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
override void | Add (string aKey, JSONNode aItem) |
override JSONNode | Remove (string aKey) |
override JSONNode | Remove (int aIndex) |
override JSONNode | Remove (JSONNode aNode) |
IEnumerator | GetEnumerator () |
override string | ToString () |
override string | ToString (string aPrefix) |
override void | Serialize (System.IO.BinaryWriter aWriter) |
![]() | |
virtual void | Add (JSONNode aItem) |
override string | ToString () |
override bool | Equals (object obj) |
override int | GetHashCode () |
void | SaveToStream (System.IO.Stream aData) |
void | SaveToCompressedStream (System.IO.Stream aData) |
void | SaveToCompressedFile (string aFileName) |
string | SaveToCompressedBase64 () |
void | SaveToFile (string aFileName) |
string | SaveToBase64 () |
Properties | |
override JSONNode | this[string aKey] [get, set] |
override JSONNode | this[int aIndex] [get, set] |
override int | Count [get] |
override IEnumerable< JSONNode > | Childs [get] |
![]() | |
virtual JSONNode | this[int aIndex] [get, set] |
virtual JSONNode | this[string aKey] [get, set] |
virtual string | Value [get, set] |
virtual int | Count [get] |
virtual IEnumerable< JSONNode > | Childs [get] |
IEnumerable< JSONNode > | DeepChilds [get] |
virtual int | AsInt [get, set] |
virtual float | AsFloat [get, set] |
virtual double | AsDouble [get, set] |
virtual bool | AsBool [get, set] |
virtual JSONArray | AsArray [get] |
virtual JSONClass | AsObject [get] |
Private Attributes | |
Dictionary< string, JSONNode > | m_Dict = new Dictionary<string,JSONNode>() |
Additional Inherited Members | |
![]() | |
static implicit | operator JSONNode (string s) |
static implicit | operator string (JSONNode d) |
static bool | operator== (JSONNode a, object b) |
static bool | operator!= (JSONNode a, object b) |
static JSONNode | Parse (string aJSON) |
static JSONNode | Deserialize (System.IO.BinaryReader aReader) |
static JSONNode | LoadFromCompressedFile (string aFileName) |
static JSONNode | LoadFromCompressedStream (System.IO.Stream aData) |
static JSONNode | LoadFromCompressedBase64 (string aBase64) |
static JSONNode | LoadFromStream (System.IO.Stream aData) |
static JSONNode | LoadFromFile (string aFileName) |
static JSONNode | LoadFromBase64 (string aBase64) |
![]() | |
static string | Escape (string aText) |
Definition at line 677 of file SimpleJSON.cs.
|
virtual |
Reimplemented from SimpleJSON.JSONNode.
Definition at line 719 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Add().
Referenced by SimpleJSON.JSONNode.Deserialize().
IEnumerator SimpleJSON.JSONClass.GetEnumerator | ( | ) |
Definition at line 771 of file SimpleJSON.cs.
|
virtual |
Reimplemented from SimpleJSON.JSONNode.
Definition at line 732 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Remove().
|
virtual |
Reimplemented from SimpleJSON.JSONNode.
Definition at line 740 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Remove(), and SimpleJSON.JSONNode.Value.
Reimplemented from SimpleJSON.JSONNode.
Definition at line 748 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Childs, and SimpleJSON.JSONNode.Remove().
|
virtual |
Reimplemented from SimpleJSON.JSONNode.
Definition at line 801 of file SimpleJSON.cs.
override string SimpleJSON.JSONClass.ToString | ( | ) |
Definition at line 776 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Escape().
|
virtual |
Reimplemented from SimpleJSON.JSONNode.
Definition at line 788 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Escape().
Definition at line 679 of file SimpleJSON.cs.
|
get |
Definition at line 763 of file SimpleJSON.cs.
|
get |
Definition at line 714 of file SimpleJSON.cs.
|
getset |
Definition at line 698 of file SimpleJSON.cs.
|
getset |
Definition at line 681 of file SimpleJSON.cs.