Skip to main content
Module

x/jsonfile/read_json.ts>readJson

Easily read/write JSON files in Deno
Latest
function readJson
import { readJson } from "https://deno.land/x/jsonfile@1.0.0/read_json.ts";

Reads a JSON file and then parses it into an object

Parameters

filePath: string

Returns

Promise<unknown>