NAME
TOML::XS::Document - Object representation of a TOML document
SYNOPSIS
See TOML::XS.
DESCRIPTION
This object represents a parse of a TOML document. It is not directly instantiable.
METHODS
$hashref = OBJ->to_struct()
Returns a hash reference that represents the parsed TOML document.