Table of Contents

TJsonWriter.WriteBoolean Method

Writes a JSON boolean value.

Syntax

Unit: Bcl.Json.Writer

function TJsonWriter.WriteBoolean(const Value: Boolean): TJsonWriter;

Parameters

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

Returns

This writer instance for method chaining.

See also