Represents an actual JSON value.
Public Member Functions | |
JSValue () | |
Creates an empty JSON value. More... | |
JSValue (string value) | |
Creates a new JSON value for the given string. 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... | |
virtual void | push (JSObject value) |
Adds the given JSON object to this object. More... | |
Public Attributes | |
string | Value |
The raw string value. More... | |
Additional Inherited Members | |
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... | |
|
inline |
Creates an empty JSON value.
|
inline |
Creates a new JSON value for the given string.
|
inlinevirtual |
Turns this JSON object into a JSON formatted string.
Reimplemented from PowerUI.JSObject.
|
inline |
string PowerUI.JSValue.Value |
The raw string value.