Package org.tomlj
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/.
-
Interface Summary 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 Summary Class Description Toml Methods for parsing data stored in Tom's Obvious, Minimal Language (TOML).TomlCommand A simple command line tool for parsing TOML and outputing in JSON.TomlPosition A position in an input document. -
Enum Summary Enum Description JsonOptions Options for serializing TOML to JSON.TomlVersion Supported TOML specification versions. -
Exception Summary Exception Description TomlInvalidTypeException An exception thrown when an invalid type is encountered.TomlParseError An error that occurred while parsing.