Table of Contents

TJMember.Create Constructor

Creates a new JSON member with the specified name and value.

Syntax

Unit: Bcl.Json.Classes

constructor TJMember.Create(const AName: string; AValue: TJElement);

Parameters

<-> Parameter Type Description
const AName string The name of the member.
AValue TJElement The JSON element value associated with this member.

See also