The YAML::Nodes module provides an implementation of an in-memory YAML document tree. This tree can be generated with the YAML::Nodes.parse method or created with a YAML::Nodes::Builder.
This document tree can then be converted to YAML by invoking to_yaml on the document object.
Parses a String or IO into a YAML::Nodes::Document.
Parses a String or IO into multiple YAML::Nodes::Documents.
Parses a String or IO into a YAML::Nodes::Document.
Parses a String or IO into multiple YAML::Nodes::Documents.
© 2012–2026 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/1.19.0/YAML/Nodes.html