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