Expand description
Document module for LibYML.
This module provides functions for working with YAML documents.
Functions§
- Create a MAPPING node and attach it to the document.
- Create a SCALAR node and attach it to the document.
- Create a SEQUENCE node and attach it to the document.
- Add a pair of a key and a value to a MAPPING node.
- Add an item to a SEQUENCE node.
- Delete a YAML document and all its nodes.
- Create the DOCUMENT-END event.
- Get a node of a YAML document.
- Get the root of a YAML document node.
- Create a YAML document.
- Create the DOCUMENT-START event.