Unit 'JsonWriter' Package
[Overview][Classes][Index] [#fcl]

TJSONStreamWriter.create

Create a new stream writer for the given stream

Declaration

Source position: jsonwriter.pp line 116

public constructor TJSONStreamWriter.create(

  aStream: TStream

);

Arguments

aStream

  

The stream to write JSON output to

Description

create creates a new TJSONStreamWriter instance that will write JSON output to the specified stream. The stream must be writable and remain valid for the lifetime of the writer instance.

See also

TStream


Documentation generated on: Jan 27 2026