![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
virtual void | Add (string aKey, JSONNode aItem) |
virtual void | Add (JSONNode aItem) |
virtual JSONNode | Remove (string aKey) |
virtual JSONNode | Remove (int aIndex) |
virtual JSONNode | Remove (JSONNode aNode) |
override string | ToString () |
virtual string | ToString (string aPrefix) |
override bool | Equals (object obj) |
override int | GetHashCode () |
virtual void | Serialize (System.IO.BinaryWriter aWriter) |
void | SaveToStream (System.IO.Stream aData) |
void | SaveToCompressedStream (System.IO.Stream aData) |
void | SaveToCompressedFile (string aFileName) |
string | SaveToCompressedBase64 () |
void | SaveToFile (string aFileName) |
string | SaveToBase64 () |
Static Public Member Functions | |
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 Package Functions | |
static string | Escape (string aText) |
Properties | |
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] |
Definition at line 64 of file SimpleJSON.cs.
|
virtual |
Reimplemented in SimpleJSON.JSONLazyCreator, SimpleJSON.JSONClass, and SimpleJSON.JSONArray.
Definition at line 67 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.Add(), SimpleJSON.JSONClass.Add(), SimpleJSON.JSONNode.Parse(), and SimpleJSON.JSONLazyCreator.Set().
|
virtual |
Reimplemented in SimpleJSON.JSONLazyCreator.
Definition at line 73 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Add().
|
static |
Definition at line 464 of file SimpleJSON.cs.
References SimpleJSON.JSONArray.Add(), SimpleJSON.JSONClass.Add(), SimpleJSON.JSONNode.LoadFromCompressedBase64(), SimpleJSON.JSONNode.LoadFromCompressedFile(), SimpleJSON.JSONNode.LoadFromCompressedStream(), SimpleJSON.JSONNode.LoadFromStream(), and SimpleJSON.JSONNode.Value.
Referenced by SimpleJSON.JSONNode.LoadFromStream().
override bool SimpleJSON.JSONNode.Equals | ( | object | obj | ) |
Definition at line 199 of file SimpleJSON.cs.
|
staticpackage |
Definition at line 211 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONClass.ToString(), and SimpleJSON.JSONData.ToString().
override int SimpleJSON.JSONNode.GetHashCode | ( | ) |
Definition at line 203 of file SimpleJSON.cs.
|
static |
Definition at line 574 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.LoadFromStream().
|
static |
Definition at line 550 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.Deserialize().
|
static |
Definition at line 542 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.Deserialize().
|
static |
Definition at line 546 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.Deserialize().
|
static |
Definition at line 563 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.LoadFromStream().
|
static |
Definition at line 556 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Deserialize().
Referenced by SimpleJSON.JSONNode.Deserialize(), SimpleJSON.JSONNode.LoadFromBase64(), and SimpleJSON.JSONNode.LoadFromFile().
|
static |
Definition at line 180 of file SimpleJSON.cs.
|
static |
Definition at line 184 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Value.
|
static |
Definition at line 195 of file SimpleJSON.cs.
|
static |
Definition at line 188 of file SimpleJSON.cs.
|
static |
Definition at line 231 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.Add().
Referenced by SimpleJSON.JSON.Parse().
|
virtual |
Reimplemented in SimpleJSON.JSONClass.
Definition at line 78 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONArray.Remove(), and SimpleJSON.JSONClass.Remove().
|
virtual |
Reimplemented in SimpleJSON.JSONClass, and SimpleJSON.JSONArray.
Definition at line 79 of file SimpleJSON.cs.
Reimplemented in SimpleJSON.JSONClass, and SimpleJSON.JSONArray.
Definition at line 80 of file SimpleJSON.cs.
string SimpleJSON.JSONNode.SaveToBase64 | ( | ) |
Definition at line 455 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.SaveToStream().
string SimpleJSON.JSONNode.SaveToCompressedBase64 | ( | ) |
Definition at line 437 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.SaveToStream().
void SimpleJSON.JSONNode.SaveToCompressedFile | ( | string | aFileName | ) |
Definition at line 433 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.SaveToStream().
void SimpleJSON.JSONNode.SaveToCompressedStream | ( | System.IO.Stream | aData | ) |
Definition at line 429 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.SaveToStream().
void SimpleJSON.JSONNode.SaveToFile | ( | string | aFileName | ) |
Definition at line 443 of file SimpleJSON.cs.
References Directory, and SimpleJSON.JSONNode.SaveToStream().
void SimpleJSON.JSONNode.SaveToStream | ( | System.IO.Stream | aData | ) |
Definition at line 389 of file SimpleJSON.cs.
References Directory, SimpleJSON.JSONNode.SaveToCompressedBase64(), SimpleJSON.JSONNode.SaveToCompressedFile(), SimpleJSON.JSONNode.SaveToCompressedStream(), and SimpleJSON.JSONNode.Serialize().
Referenced by SimpleJSON.JSONNode.SaveToBase64(), and SimpleJSON.JSONNode.SaveToFile().
|
virtual |
Reimplemented in SimpleJSON.JSONData, SimpleJSON.JSONClass, and SimpleJSON.JSONArray.
Definition at line 387 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.SaveToStream().
override string SimpleJSON.JSONNode.ToString | ( | ) |
Definition at line 93 of file SimpleJSON.cs.
Referenced by BackendManager.populateSessions(), and SimpleJSON.JSONArray.ToString().
|
virtual |
Reimplemented in SimpleJSON.JSONLazyCreator, SimpleJSON.JSONData, SimpleJSON.JSONClass, and SimpleJSON.JSONArray.
Definition at line 97 of file SimpleJSON.cs.
References SimpleJSON.JSONNode.AsInt.
|
get |
Definition at line 162 of file SimpleJSON.cs.
|
getset |
Definition at line 148 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONData.JSONData(), and SimpleJSON.JSONData.Serialize().
|
getset |
Definition at line 134 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONData.JSONData(), and SimpleJSON.JSONData.Serialize().
|
getset |
Definition at line 120 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONData.JSONData(), and SimpleJSON.JSONData.Serialize().
|
getset |
Definition at line 106 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONData.JSONData(), BackendManager.populateSessions(), SimpleJSON.JSONData.Serialize(), SimpleJSON.JSONNode.ToString(), and SimpleJSON.JSONLazyCreator.ToString().
|
get |
Definition at line 169 of file SimpleJSON.cs.
|
get |
Definition at line 82 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONArray.Remove(), and SimpleJSON.JSONClass.Remove().
|
get |
Definition at line 71 of file SimpleJSON.cs.
Referenced by BackendManager.populateSessions().
|
get |
Definition at line 84 of file SimpleJSON.cs.
|
getset |
Definition at line 68 of file SimpleJSON.cs.
|
getset |
Definition at line 69 of file SimpleJSON.cs.
|
getset |
Definition at line 70 of file SimpleJSON.cs.
Referenced by SimpleJSON.JSONNode.Deserialize(), SimpleJSON.JSONNode.operator string(), and SimpleJSON.JSONClass.Remove().