Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alephjs/server/helpers.ts>parseJSONFile

The Full-stack Framework in Deno.
Go to Latest
function parseJSONFile
import { parseJSONFile } from "https://deno.land/x/alephjs@1.0.0-alpha.68.6/server/helpers.ts";

Parameters

jsonFile: string

Returns

Promise<Record<string, unknown>>