Property Item
Item[Int32]
Indexer for the JSON Arary.
Declaration
public JsonValueBase this[int index] { get; set; }
Parameters
| Type | Name | Description |
|---|---|---|
| System. |
index | Index of the item. |
Property Value
| Type | Description |
|---|---|
| Json |
JSON value on that index. |