Skip to main content
Module

std/fs/mod.ts>readJson

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

Reads a JSON file and then parses it into an object

Parameters

filePath: string

Returns

Promise<unknown>