import { readJson } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";
Read a file, parsing it as json. Returns an empty object if the file doesn't exist or can't be parsed.
NOTICE: At the next major release, this will return Json|null
x/dtils/mod.unstable.ts>readJson
import { readJson } from "https://deno.land/x/dtils@2.6.0/mod.unstable.ts";
Read a file, parsing it as json. Returns an empty object if the file doesn't exist or can't be parsed.
NOTICE: At the next major release, this will return Json|null