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

JSONStringifyStream

import { JSONStringifyStream } from "https://raw.githubusercontent.com/worker-tools/json-stream/master/index.ts";
class JSONStringifyStream extends TransformStream<any, string> {
constructor();
}

§Extends

§
TransformStream<any, string>
[src]

§Constructors

§
new JSONStringifyStream()
[src]