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 |