Skip to main content
Module

std/fs/mod.ts>writeJsonSync

Deno standard library
Go to Latest
function writeJsonSync
import { writeJsonSync } from "https://deno.land/std@0.52.0/fs/mod.ts";

Parameters

filePath: string
object: any
optional
options: WriteJsonOptions = [UNSUPPORTED]