Skip to main content
Module

std/fs/mod.ts>writeJson

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

Parameters

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

Returns

Promise<void>