Table of Contents

TJsonWriter.WriteString Method

Writes a JSON string value, escaping special characters.

Syntax

Unit: Bcl.Json.Writer

function TJsonWriter.WriteString(const Value: string): TJsonWriter;

Parameters

<-> Parameter Type Description
const Value string The string value to write.

Returns

This writer instance for method chaining.

See also