Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function stringify
import { stringify } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/encoding/yaml.ts";

Serializes object as a YAML document.

You can disable exceptions by setting the skipInvalid option to true.

Parameters

obj: object
optional
options: DumpOptions

Returns

string