TTMSFNCJSONArrayHelper Class
Adds indexed item access and count helpers to JSON arrays.
API unit family: TMSFNCTypes
Syntax
TTMSFNCJSONArrayHelper = class
Properties
| Name | Description |
|---|---|
| Length | Returns the number of values in the JSON array. |
| Values | Returns the JSON value at the specified array index. |