Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mesozoic/lib/source.ts>Source#readAsJson

A generic build system for Deno web apps
Go to Latest
method Source.prototype.readAsJson
import { Source } from "https://deno.land/x/mesozoic@v1.0.0-alpha.13/lib/source.ts";

Type Parameters

optional
T = unknown

Parameters

optional
reviver: (key: string, value: any) => any

Returns

Promise<T>