Skip to main content

Module toml

Module toml 

Source
Expand description

TOML parse + stringify. Same Value shape as JSON/YAML (objects become alists of 2-lists) so alist-get works uniformly.

(toml-parse STR) → nested Value (toml-read PATH) → parse a file (toml-stringify VALUE) → TOML text

Functions§

install