Skip to main content
Go to Latest
interface StringifyStreamOptions
import { type StringifyStreamOptions } from "https://deno.land/std@0.223.0/json/json_stringify_stream.ts";

Options for JsonStringifyStream.

Properties

readonly
optional
prefix: string = ""

Prefix to be added after stringify.

readonly
optional
suffix: string = "\n"

Suffix to be added after stringify.

readonly
optional
writableStrategy: QueuingStrategy<unknown>

Controls the buffer of the TransformStream used internally.

readonly
optional
readableStrategy: QueuingStrategy<string>

Controls the buffer of the TransformStream used internally.