Package cc.ekblad.toml

Types

TomlException
Link copied to clipboard
sealed class TomlException : RuntimeException

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

TomlValue
Link copied to clipboard
sealed class TomlValue

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