IJsonElement.WriteToStream

Syntax

WriteToStream(Stream: IIOStreamSys; [Options: JsonFormatOptions = 0]);

Parameters

Stream. The stream, to which JSON structure element should be written.

Options. View format when writing.

Description

The WriteToStream method writes the current element to stream.

See also:

IJsonElement