Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
interface ParseStreamOptions
import { type ParseStreamOptions } from "https://deno.land/std@0.213.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.