bx-yaml

Installation
SKILL.md

bx-yaml: YAML Serialization

Installation

install-bx-module bx-yaml
# CommandBox
box install boxlang-yaml

BIFs

BIF Description
yamlSerialize( content, [filepath], [charset] ) Serialize a BoxLang value to a YAML string (or file)
yamlDeserialize( content ) Parse a YAML string into a BoxLang value
yamlDeserializeFile( filepath, [charset] ) Parse a YAML file into a BoxLang value

Basic Usage

Related skills

More from ortus-boxlang/skills

Installs
2
First Seen
Apr 15, 2026