Convert JSON (JavaScript object notation) to YAML (yet-another-markup-language).
Nothing to see yet!
({ take: [ { type: "json", label: "JSON" }, { type: "import", value: "https://cdn.jsdelivr.net/npm/js-yaml@4.1.0/dist/js-yaml.min.js", }, ], make: (json) => { const value = jsyaml.dump(json) return [{ type: "code", label: "YAML", value }] }, })