Class: JsonWriter

unparam~ JsonWriter

new JsonWriter(actualWriteStream, options) → {JsonWriter}

Transform stream to write a json array.
Parameters:
Name Type Description
actualWriteStream WritableStream The underlying writable stream
options object The other options
Source:
Returns:
An instance of JsonWriter
Type
JsonWriter