Table of Contents

TJsonWriter.WriteRawString Method

Writes a raw string value as a JSON string without escaping special characters.

Syntax

Unit: Bcl.Json.Writer

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

Parameters

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

Returns

This writer instance for method chaining.

See also