Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Interfaces
I
Options for JsonParseStream and
ConcatenatedJsonParseStream.
- readableStrategy: QueuingStrategy<JsonValue>
Controls the buffer of the
TransformStreamused internally. - writableStrategy: QueuingStrategy<string>
Controls the buffer of the
TransformStreamused internally.
Type Aliases
T
JsonValue =
{ [key: string]: JsonValue | undefined; }
| JsonValue[]
| string
| number
| boolean
| null
| JsonValue[]
| string
| number
| boolean
| null
The type of the result of parsing JSON.