Create a new stream writer for the given stream
Source position: jsonwriter.pp line 116
public constructor TJSONStreamWriter.create( |
aStream: TStream |
); |
aStream |
|
The stream to write JSON output to |
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.