Toml Table
@Serializable(with = TomlTableSerializer::class )
Represents table in TOML, which keys are strings and values are TomlElement.
As it delegates to map content, everything in Map could be used.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
More convenient than Map.get if this TomlTable is originally a map with primitive keys
Link copied to clipboard
Convert this to TomlArray.
Link copied to clipboard
Convert this to TomlLiteral.
Link copied to clipboard
Convert this to TomlNull.
Link copied to clipboard
Convert this to TomlTable.