dyaml.node

Node of a YAML document. Used to read YAML data once it's loaded, and to prepare data to emit.

Members

Classes

NodeException
class NodeException

Exception thrown at node related errors.

Structs

Node
struct Node

YAML node.

YAMLNull
struct YAMLNull

Null YAML type. Used in nodes with _null values.

Meta