Table of Contents

JsonPropertyAttribute.Create Constructor

Creates the attribute with a custom JSON property name.

Syntax

Unit: Bcl.Json.Attributes

constructor JsonPropertyAttribute.Create(const AName: string);

Parameters

<-> Parameter Type Description
const AName string The JSON property name to use.

See also