Skip to main content
Deno 2 is finally here 🎉️
Learn more
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@0.38.0/fs/write_json.ts";

Parameters

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