All Classes
Class | Description |
---|---|
JsonOptions |
Options for serializing TOML to JSON.
|
Toml |
Methods for parsing data stored in Tom's Obvious, Minimal Language (TOML).
|
TomlArray |
An array of TOML values.
|
TomlCommand |
A simple command line tool for parsing TOML and outputing in JSON.
|
TomlInvalidTypeException |
An exception thrown when an invalid type is encountered.
|
TomlParseError |
An error that occurred while parsing.
|
TomlParseResult |
The result from parsing a TOML document.
|
TomlPosition |
A position in an input document.
|
TomlTable |
An interface for accessing data stored in Tom's Obvious, Minimal Language (TOML).
|
TomlVersion |
Supported TOML specification versions.
|