# Functions
Decode Decodes the given reader with ext name into obj.
DecodeFromFile Decodes the given file.
DecodeINIFile Decodes the given INI file.
DecodeJSONFile Decodes the given JSON file.
DecodeTOMLFile Decodes the given TOML file.
DecodeXMLFile Decodes the given XML file.
DecodeYAMLFile Decodes the given YAML file.
Encode Encodes the given object with ext name.
EncodeINIFile Encodes the given INI file.
EncodeJSONFile Encodes the given JSON file.
EncodeToFile Encodes the given file.
EncodeTOMLFile Encodes the given TOML file.
EncodeXMLFile Encodes the given XML file.
EncodeYAMLFile Encodes the given YAML file.
TypeFromExt returns the codec type from the file extension.
TypeFromPath returns the codec type from the file path.
TypeFromString returns the codec type from the string.
# Variables
No description provided by the author
No description provided by the author
# Type aliases
go:generate go run -mod=mod golang.org/x/tools/cmd/stringer@latest -type=Type.