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