Companion

object Companion

Functions

from
Link copied to clipboard
fun from(stream: InputStream): TomlValue.Map

Parse the given TOML-formatted input stream into a TOML map.

fun from(path: Path): TomlValue.Map

Parse the given TOML-formatted file into a TOML map.

fun from(string: String): TomlValue.Map

Parse the given TOML-formatted string into a TOML map.