public static load(filename as String) as SortedMap<String, Object> throws IOException, TOMLParseException:
Loads a TOML document from a UTF-8 file.
| Parameter | Description |
|---|---|
filename | File to load. |
Parsed root table.
config = TOML.load("config.toml")
print(config["title"])