# Functions
FromJson converts a JSON document into a map[string]interface{}.
FromYaml converts a YAML document into a map[string]interface{}.
ToJson takes an interface, marshals it to json, and returns a string.
ToToml takes an interface, marshals it to toml, and returns a string.
ToYaml takes an interface, marshals it to yaml, and returns a string.