class yaml::YamlWriter

sys::Obj
  yaml::YamlWriter

@Js

Source

YamlWriter writes JSON-style values (null, strings, booleans, numbers, maps and lists) in YAML format.

make

new make(OutStream out)

Source

writeYaml

This writeYaml(Obj? obj)

Source