# Functions

Marshal formats an object into a slice of bytes of TOML.
Unmarshal parses a slice of bytes into a map[string]interface{} object This package is useful when your program needs to parse data, that you have no a priori awareness of its structure or type.
UnmarshalType parses a slice of bytes into an object of a given type.

# Variables

No description provided by the author
No description provided by the author
TOML cannot marshal nil values, because of a design decision.

# Structs

No description provided by the author