System.JSON.TJSONArray Properties
Revision as of 19:19, 31 January 2014 by L10nBot (talk | contribs) (L10nBot moved page System.Json.TJSONArray Properties to System.JSON.TJSONArray Properties: Json>JSON)
InheritedProtected
| A | public | |
| Count | public | Indicates the number of JSON values in the current JSON array. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| IsEmpty | public | |
| Items | public | JSON value from this JSON array that has the specified index. |
| Null | public | Specifies whether the current JSON instance represents a JSON null value. |
| Owned | public | Specifies whether the current JSON instance is owned by the byte container. |
| P | public | Finds a JSON value and returns the reference to it. |