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