TTMSFNCJSONValueHelper Class
Adds convenience accessors for reading typed values and nested data from a JSON value.
API unit family: TMSFNCTypes
Syntax
TTMSFNCJSONValueHelper = class
Properties
| Name | Description |
|---|---|
| AsArray | Returns the value as a JSON array when the value contains an array. |
| AsBoolean | Returns the value as a Boolean, where True represents a JSON true value or equivalent converted value. |
| AsDouble | Returns the value as a floating-point number. |
| AsInteger | Returns the value as an integer. |
| AsString | Returns the value as a string. |
| Properties | Returns the child JSON value with the specified property name. |
Methods
| Name | Description |
|---|---|
| Find | Finds a nested JSON value by path. |