Table of Contents

TTMSFNCUtils.GetJSONArraySize Method

Returns the number of items in a JSON array.

API unit family: TMSFNCUtils Declaring type: TTMSFNCUtils

Syntax

class function GetJSONArraySize(AJSONArray: TJSONArray): Integer;

Parameters

Name Description
AJSONArray JSON array to inspect.

Returns

Array item count.