parseTOML

Parses a TOML document.

parseTOML
(
string data
)

Return Value

a TOMLDocument with the parsed data

Throws

TOMLParserException when the document's syntax is incorrect

Meta