Package cc.ekblad.toml.model

Types

Link copied to clipboard
typealias TomlDocument = TomlValue.Map

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

Link copied to clipboard
sealed class TomlException : RuntimeException

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.