Skip to main content
Module

std/streams/mod.ts>toJson

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function toJson
import { toJson } from "https://deno.land/std@0.208.0/streams/mod.ts";

Parameters

readableStream: ReadableStream

Returns

Promise<unknown>