# Functions
Load loads data from the given io.Reader.
LoadFromFile loads data from the given file.
NewParserFromFilename returns a Parser from the given filename.
NewParserFromString returns a Parser from the given parser name.
Write writes the value to the given io.Writer.
# Structs
JSONParser is a Parser implementation to handle yaml files.
TOMLParser is a Parser implementation to handle yaml files.
UnknownParserErr is returned when an invalid parser name is given.
YAMLParser is a Parser implementation to handle yaml files.
# Interfaces
Parser can be used to load and save files from/to disk.