- 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:
TOML Scheme string string integer number float number boolean boolean table alist array vector date rfc3339 record