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... | |
string | CaseString (string index, bool upperCase) |
Gets the named index as a string, then trims and upper/lowercases it. Null if the index doesn't exist. More... | |
string | String (string index) |
Gets the named index as a string. Null if the index doesn't exist. More... | |
string | ToJSONString () |
Turns this JSON object into a JSON formatted string. More... | |
virtual void | ToJSONString (System.Text.StringBuilder builder) |
Turns this JSON object into a JSON formatted string. More... | |
virtual IEnumerator < KeyValuePair< string, JSObject > > | GetEnumerator () |
Properties | |
virtual int | internalLength [get] |
The number of values in this object. More... | |
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... | |
JSObject | this[int index] [get, set] |
Gets or sets entries from this object. More... | |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
|
inline |
Gets the named index as a string, then trims and upper/lowercases it. Null if the index doesn't exist.
|
inlineprivate |
|
inlinevirtual |
Reimplemented in Json.JSArray.
|
inline |
Adds the given string to this object.
|
inlinevirtual |
Adds the given JSON object to this object.
Reimplemented in Json.JSArray.
|
inline |
Gets the named index as a string. Null if the index doesn't exist.
|
inlinevirtual |
Turns this JSON object into a JSON formatted string.
Reimplemented in Json.JSArray.
|
getprotected |
The number of values in this object.
|
get |
The number of values in this object.
|
getset |
Gets or sets entries from this object.
|
getset |
Gets or sets entries from this object.