method Path.prototype.writeJsonPrettySyncimport { Path } from "https://dotland.deno.dev/x/dax@0.39.2/src/path.ts"; writeJsonPrettySync(obj: unknown, options?: Deno.WriteFileOptions): thisSynchronously writes out the provided object as formatted JSON. Parametersobj: unknownoptionaloptions: Deno.WriteFileOptionsReturnsthis