toml.toml

Tom's Obvious, Minimal Language (v0.4.0).

Members

Classes

TOMLException
class TOMLException

Exception thrown on generic TOML errors.

TOMLParserException
class TOMLParserException

Exception thrown during the parsing of TOML document.

Enums

TOMLOptions
enum TOMLOptions

Flags that control how a TOML document is parsed and encoded.

TOML_TYPE
enum TOML_TYPE

TOML type enumeration.

Functions

parseTOML
TOMLDocument parseTOML(string data, TOMLOptions options)

Parses a TOML document.

Structs

TOMLDocument
struct TOMLDocument

Main table of a TOML document. It works as a TOMLValue with the TOML_TYPE.TABLE type.

TOMLValue
struct TOMLValue

Value of a TOML value.

Meta