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