Indexed access to the values in the array.
Source position: fpjson.pp line 597
public property TJSONArray.Items : TJSONData;default; |
Items is introduced in TJSONData.Items. TJSONArray simply declares it as the default property.
|
Indexed access to sub-items. |