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

x/clone/deps.ts>fs.readJsonSync

A simple utility for the convenient clone
Go to Latest
function fs.readJsonSync
import { fs } from "https://deno.land/x/clone@v1.0.4/deps.ts";
const { readJsonSync } = fs;

Reads a JSON file and then parses it into an object

Parameters

filePath: string

Returns

unknown