lib

yaml

chapters yaml

Pod fandoc chapter

types YamlList

A YamlObj whose content always has the type YamlObj[]

YamlMap

A YamlObj whose content always has the type YamlObj:YamlObj

YamlObj

The base class for objects that represent nodes in a YAML hierarchy

YamlReader

Converts YAML text into a hierarchy of YamlObjs, which can in turn be converted into native Fantom objects

YamlScalar

A YamlObj whose content always has the type Str

YamlSchema

A class used to convert parsed YamlObjs to native Fantom objects, and vice versa

YamlWriter

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

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST