An object returned from JSON text.
Public Member Functions | |
override void | push (JSObject value) |
Adds the given JSON object to this object. More... | |
override string | ToJSONString () |
Turns this JSON object into a JSON formatted string. More... | |
override string | ToString () |
Public Member Functions inherited from PowerUI.JSObject | |
void | push (string value) |
Adds the given string to this object. More... | |
Public Attributes | |
Dictionary< string, JSObject > | Values |
The held values. More... | |
Properties | |
override int | length [get] |
The number of values in this object. More... | |
override JSObject | this[string index] [get, set] |
Gets or sets entries from this object. More... | |
Properties inherited from PowerUI.JSObject | |
virtual int | length [get] |
The number of values in this object. More... | |
virtual JSObject | this[string index] [get, set] |
Gets or sets entries from this object. More... | |
|
inlinevirtual |
Adds the given JSON object to this object.
Reimplemented from PowerUI.JSObject.
|
inlinevirtual |
Turns this JSON object into a JSON formatted string.
Reimplemented from PowerUI.JSObject.
|
inline |
Dictionary<string,JSObject> PowerUI.JSArray.Values |
The held values.
|
get |
The number of values in this object.
|
getset |
Gets or sets entries from this object.