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

x/mesozoic/lib/sources/file.ts>File#readAsJson

A generic build system for Deno web apps
Go to Latest
method File.prototype.readAsJson
import { File } from "https://deno.land/x/mesozoic@v1.0.0-beta.1/lib/sources/file.ts";

Type Parameters

optional
T = unknown

Parameters

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

Returns

Promise<T>