Table of Contents

TTMSFNCUtils.IsJSONFalse Method

Returns whether a JSON value is the literal false.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function IsJSONFalse(AJSONValue: TJSONValue): Boolean;

Parameters

Name Description
AJSONValue JSON value to inspect.

Returns

True when the value text equals false.