Skip to main content
Module

std/json/common.ts>ParseStreamOptions

The Deno Standard Library
Latest
interface ParseStreamOptions
import { type ParseStreamOptions } from "https://deno.land/std@0.224.0/json/common.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.