@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
TomlArray |
An array of TOML values.
|
TomlParseResult |
The result from parsing a TOML document.
|
TomlTable |
An interface for accessing data stored in Tom's Obvious, Minimal Language (TOML).
|
Class | Description |
---|---|
Toml |
Methods for parsing data stored in Tom's Obvious, Minimal Language (TOML).
|
TomlPosition |
A position in an input document.
|
Enum | Description |
---|---|
TomlVersion |
Supported TOML specification versions.
|
Exception | Description |
---|---|
TomlInvalidTypeException |
An exception thrown when an invalid type is encountered.
|
TomlParseError |
An error that occurred while parsing.
|
A parser and semantic checker for Tom's Obvious, Minimal Language (TOML), as described at https://github.com/toml-lang/toml/.