toml> ( string -- assoc )
Tom's Obvious Markup Language (TOML)


Vocabulary
toml

Inputs
stringa string


Outputs
assocan object


Word description
Decodes a configuration from the TOML format, represented as a string.

Definition