# Functions
Deserialize will deserialize data as a JSON or YAML object.
DeserializeFile will read a JSON or YAML file and return the top-level object.
MustDeserialize will deserialize data as a JSON or YAML object.
MustDeserializeFile will read a JSON or YAML file and return the top-level object.
MustReadFile reads file contents.
MustSerialize will serialize the result as a JSON/YAML.
MustWriteFile writes the output to a file.
MustWriteSerializedFile will serialize the data and write it to a file.
ReadFile reads file contents.
Serialize will serialize the result as a JSON/YAML.
WriteFile writes the output to a file.
WriteSerializedFile will serialize the data and write it to a file.
# Constants
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author