Toml |
Methods for parsing data stored in Tom's Obvious, Minimal Language (TOML). class Toml |
TomlArray |
An array of TOML values. interface TomlArray |
TomlParseResult |
The result from parsing a TOML document. interface TomlParseResult : TomlTable |
TomlPosition |
A position in an input document. class TomlPosition |
TomlTable |
An interface for accessing data stored in Tom's Obvious, Minimal Language (TOML). interface TomlTable |
TomlVersion |
Supported TOML specification versions. class TomlVersion |
TomlInvalidTypeException |
An exception thrown when an invalid type is encountered. open class TomlInvalidTypeException : RuntimeException |
TomlParseError |
An error that occurred while parsing. class TomlParseError : RuntimeException |