SimpleJSON.JSONBool Class Reference
Inheritance diagram for SimpleJSON.JSONBool:

Public Member Functions | |
JSONBool (bool aData) | |
JSONBool (string aData) | |
override void | Serialize (System.IO.BinaryWriter aWriter) |
override bool | Equals (object obj) |
override int | GetHashCode () |
![]() | |
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 (int aIndent) |
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 JSONNodeType | Tag [get] |
override bool | IsBoolean [get] |
override string | Value [get, set] |
override bool | AsBool [get, set] |
![]() | |
virtual JSONNode | this[int aIndex] [get, set] |
virtual JSONNode | this[string aKey] [get, set] |
virtual string | Value [get, set] |
virtual int | Count [get] |
virtual bool | IsNumber [get] |
virtual bool | IsString [get] |
virtual bool | IsBoolean [get] |
virtual bool | IsNull [get] |
virtual bool | IsArray [get] |
virtual bool | IsObject [get] |
virtual IEnumerable< JSONNode > | Children [get] |
IEnumerable< JSONNode > | DeepChildren [get] |
abstract JSONNodeType | Tag [get] |
virtual double | AsDouble [get, set] |
virtual int | AsInt [get, set] |
virtual float | AsFloat [get, set] |
virtual bool | AsBool [get, set] |
virtual JSONArray | AsArray [get] |
virtual JSONObject | AsObject [get] |
Additional Inherited Members | |
![]() | |
static implicit | operator JSONNode (string s) |
static implicit | operator string (JSONNode d) |
static implicit | operator JSONNode (double n) |
static implicit | operator double (JSONNode d) |
static implicit | operator JSONNode (float n) |
static implicit | operator float (JSONNode d) |
static implicit | operator JSONNode (int n) |
static implicit | operator int (JSONNode d) |
static implicit | operator JSONNode (bool b) |
static implicit | operator bool (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) |
Constructor & Destructor Documentation
◆ JSONBool() [1/2]
SimpleJSON.JSONBool.JSONBool | ( | bool | aData | ) |
◆ JSONBool() [2/2]
SimpleJSON.JSONBool.JSONBool | ( | string | aData | ) |
Member Function Documentation
◆ Equals()
override bool SimpleJSON.JSONBool.Equals | ( | object | obj | ) |
◆ GetHashCode()
override int SimpleJSON.JSONBool.GetHashCode | ( | ) |
◆ Serialize()
|
virtual |
Reimplemented from SimpleJSON.JSONNode.
Property Documentation
◆ AsBool
|
getset |
◆ IsBoolean
|
get |
◆ Tag
|
get |
◆ Value
|
getset |
The documentation for this class was generated from the following file:
- LightShaft/Scripts/SimpleJSON.cs