An object returned from JSON text.
Public Member Functions | |
| void | push (string value) |
| Adds the given string to this object. More... | |
| virtual void | push (JSObject value) |
| Adds the given JSON object to this object. More... | |
| virtual string | ToJSONString () |
| Turns this JSON object into a JSON formatted string. More... | |
Properties | |
| 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... | |
|
inline |
Adds the given string to this object.
|
inlinevirtual |
Adds the given JSON object to this object.
Reimplemented in PowerUI.JSArray.
|
inlinevirtual |
Turns this JSON object into a JSON formatted string.
Reimplemented in PowerUI.JSArray, and PowerUI.JSValue.
|
get |
The number of values in this object.
|
getset |
Gets or sets entries from this object.