Skip to main content
Module

x/jsonfile/mod.ts>readJsonSync

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

Reads a JSON file and then parses it into an object

Parameters

filePath: string

Returns

unknown