[Overview][Constants][Types][Classes][Procedures and functions][Index] |
JSON types of elements in the array
Source position: fpjson.pp line 433
public property TJSONArray.Types : TJSONtype |
Types gives direct access to the TJSONData.JSONType result of the elements in the array. Accessing it is equivalent to accessing
Items[Index].JSONType
|
The native JSON data type represented by this object |
|
|
Indexed access to sub-items |