Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface WriteJsonOptions
import { type WriteJsonOptions } from "https://deno.land/std@0.40.0/fs/write_json.ts";

Properties

optional
spaces: number | string
optional
replacer: Array<number | string> | Replacer