Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/path/path.ts>Path#writeJsonFile

Deno Standard Extensions
Latest
method Path.prototype.writeJsonFile
import { Path } from "https://deno.land/x/yxz@0.32.0/path/path.ts";

Parameters

value: JsonValue
optional
options: Deno.WriteFileOptions & { replacer?: (number | string)[] | null; space?: string | number; } = [UNSUPPORTED]