Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function stringify
import { stringify } from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/deps/deno.land/std@0.140.0/encoding/yaml.js";

Serializes object as a YAML document.

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

Parameters

obj
options