An object returned from JSON text.
Public Member Functions | |
| override void | push (JSObject value) |
| Adds the given JSON object to this object. More... | |
| override void | ToJSONString (System.Text.StringBuilder builder) |
| Turns this JSON object into a JSON formatted string. More... | |
| override string | ToString () |
| override IEnumerator < KeyValuePair< string, JSObject > > | GetEnumerator () |
Public Member Functions inherited from Json.JSObject | |
| void | push (string value) |
| Adds the given string 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... | |
Public Attributes | |
| Dictionary< string, JSObject > | Values |
| The held values. More... | |
Package Attributes | |
| int | IndexedMode |
| The indexed array mode. See IsIndexed. More... | |
Properties | |
| override int | internalLength [get] |
| The number of values in this object. More... | |
| override JSObject | this[string index] [get, set] |
| Gets or sets entries from this object. More... | |
| bool | IsIndexed [get, set] |
| Is this an indexed array? Note that this is a best guess. Set it manually if you want to ensure it is/ is not. More... | |
Properties inherited from Json.JSObject | |
| 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... | |
|
inlinevirtual |
Reimplemented from Json.JSObject.
|
inlinevirtual |
Adds the given JSON object to this object.
Reimplemented from Json.JSObject.
|
inlinevirtual |
Turns this JSON object into a JSON formatted string.
Reimplemented from Json.JSObject.
|
inline |
|
package |
The indexed array mode. See IsIndexed.
| Dictionary<string,JSObject> Json.JSArray.Values |
The held values.
|
getprotected |
The number of values in this object.
|
getset |
Is this an indexed array? Note that this is a best guess. Set it manually if you want to ensure it is/ is not.
|
getset |
Gets or sets entries from this object.