Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JSONParseStream

import { JSONParseStream } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
class JSONParseStream<T = any> extends TransformStream<string | Uint8Array, T> {
constructor(jsonPath?);
get path();
}

§Type Parameters

§
T = any
[src]

§Extends

§
TransformStream<string | Uint8Array, T>
[src]

§Constructors

§
new JSONParseStream(jsonPath?)
[src]

§Properties

§
path readonly
[src]