Table of Contents

TJsonWriter.WriteInteger Method

Writes a JSON number value as a 64-bit integer.

Syntax

Unit: Bcl.Json.Writer

function TJsonWriter.WriteInteger(const Value: Int64): TJsonWriter;

Parameters

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

Returns

This writer instance for method chaining.

See also