Skip to main content
Module

std/fs/mod.ts>writeJsonSync

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function writeJsonSync
import { writeJsonSync } from "https://deno.land/std@v0.34.0/fs/mod.ts";

Parameters

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