import { type ParseStreamOptions } from "https://deno.land/std@0.219.1/json/mod.ts";
Options for JsonParseStream
and
ConcatenatedJsonParseStream
.
Properties
readonly
optional
writableStrategy: QueuingStrategy<string>Controls the buffer of the TransformStream
used internally.
readonly
optional
readableStrategy: QueuingStrategy<JsonValue>Controls the buffer of the TransformStream
used internally.