Table of Contents

TJMember Class

Represents a name/value pair (member) in a JSON object.

Remarks

Each TJMember holds a string name and an associated TJElement value. The member owns its value and frees it upon destruction.

Syntax

Unit: Bcl.Json.Classes

TJMember = class(TObject);

Constructors

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

Properties

Name Description
Name Gets the name of this JSON member.
Value Gets the value of this JSON member.