A parser for Tom's Obvious, Minimal Language (TOML).
A parser and semantic checker for Tom's Obvious, Minimal Language (TOML), as described at https://github.com/toml-lang/toml/.
These classes are included in the complete Tuweni distribution, or separately when using the gradle dependency org.apache.tuweni:tuweni-toml
(tuweni-toml.jar).
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. |