Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dtils/lib/fs.ts>readJsonStrict

The best unofficial library of utilities for Deno applications
Go to Latest
function readJsonStrict
import { readJsonStrict } from "https://deno.land/x/dtils@1.6.3/lib/fs.ts";

Parameters

file: string

Returns

Promise<Json>