Package-level declarations

Types

Link copied to clipboard

A TOML document is a map of zero or more keys.

Link copied to clipboard

Base class of all exceptions that might be thrown during TOML processing.

Link copied to clipboard
sealed class TomlValue

Kotlin representation of a TOML value. A full TOML document is always represented as a TomlValue.Map.