Table of Contents

TTMSFNCReader.ReadArray Method

Deserializes a named JSON array into an array of objects.

API unit family: TMSFNCPersistence Declaring type: TTMSFNCReader

Syntax

function ReadArray(AName: string): TTMSFNCObjectArray; overload;

Parameters

Name Description
AName The JSON key name of the array to read.

Returns

An array of deserialized object instances.