Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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

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

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

Link copied to clipboard
fun TomlDocument.write(outputStream: OutputStream)

Serializes the receiver TomlDocument into a valid TOML document using the default serializer and writes it to the given OutputStream.

Serializes the receiver TomlDocument into a valid TOML document using the default serializer and writes it to the given Appendable.

Serializes the receiver TomlDocument into a valid TOML document using the default serializer and writes it to the file represented by the given Path.