public static parse(text as String) as SortedMap<String, Object> throws TOMLParseException:
Parses TOML text into its natural Klyn representation.
| Parameter | Description |
|---|---|
text | Complete TOML document encoded as a Klyn string. |
Root TOML table.
document = TOML.parse("enabled = true")
assert document["enabled"] == true