dyaml.constructor

Class that processes YAML mappings, sequences and scalars into nodes. This can be used to add custom data types. A tutorial can be found here.

Members

Classes

ConstructorException
class ConstructorException
Undocumented in source.

Functions

constructNode
Node constructNode(Mark start, Mark end, string tag, T value)

Constructs YAML values.

Meta