chickadee » toml » read-toml

read-toml #!optional port-or-stringprocedure

Reads a TOML document from port-or-string which is (current-input-port) by default.

Parsed TOML data is mapped to scheme types as follows:

TOMLScheme
stringstring
integernumber
floatnumber
booleanboolean
tablealist
arrayvector
daterfc3339 record