Expand description
Dumper module for LibYML.
This module contains functions related to dumping YAML data.
Functions§
- Finish a YAML stream.
- Emit a YAML document.
- Dumps a YAML mapping node to the emitter.
- Dumps a YAML node to the emitter.
- Dumps a YAML scalar node to the emitter.
- Dumps a YAML sequence node to the emitter.
- Start a YAML stream.