Module

std/json/common.ts>ParseStreamOptions

The Deno Standard Library
Latest
interface ParseStreamOptions
import { type ParseStreamOptions } from "https://dotland.deno.dev/std@0.224.0/json/common.ts";

Options for {@link JsonParseStream} and {@link 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.