TJsonWriter.Create Constructor
Creates a JSON writer that outputs to the specified stream.
Syntax
Unit: Bcl.Json.Writer
constructor TJsonWriter.Create(const AStream: TStream);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AStream | TStream | The stream to write JSON output to. |