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