Table of Contents

TJsonWriter.WriteName Method

Writes a property name in a JSON object.

Syntax

Unit: Bcl.Json.Writer

function TJsonWriter.WriteName(const Name: string): TJsonWriter;

Parameters

<-> Parameter Type Description
const Name string The property name to write.

Returns

This writer instance for method chaining.

See also