TTMSFNCUtils.IsJSONTrue Method
Returns whether a JSON value is the literal
true.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function IsJSONTrue(AJSONValue: TJSONValue): Boolean;
Parameters
| Name | Description |
|---|---|
AJSONValue |
JSON value to inspect. |
Returns
True when the value text equals true.