Basics
Guides
API Reference
Basics
Guides
API Reference
[8:21] static (extern: com.lehman.aussom.stdlib.AussomYaml) extends: object
Yaml class supports parsing and creating of yaml files.
parse (string YamlString)
Parses the yaml file in the provided string.
YamlString is a string with the yaml file.A map with the parsed result.parseFile (string FileName)
Parses the provided yaml file.
FileName is a string with the yaml file to parse.A map with the parsed result.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.