default
The default TOML decoder. Handles decoding to basic Kotlin types such as Int, List, etc. See TomlValue.decode for an exhaustive list of supported target types.
To support custom decoders, such as remapping attribute names or massaging data into some preferred format as part of the decoding process, extend this decoder with new decoder functions using with and pass the result to the TomlValue.decode, TomlValue.get, etc. functions.