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 ErrorReporter 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 AccumulatingErrorListener ArrayVisitor EmptyTomlArray EmptyTomlTable InlineTableVisitor JsonSerializer KeyVisitor LineVisitor LocalDateVisitor LocalTimeVisitor MutableHomogeneousTomlArray MutableTomlArray MutableTomlArray.Element MutableTomlTable MutableTomlTable.Element MutableTomlTable.EnsureTableResult Parser QuotedStringVisitor 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.TomlSerializer ValueVisitor ZoneOffsetVisitor -
Enum Summary Enum Description JsonOptions Options for serializing TOML to JSON.TokenName TomlType 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.