data
host module
INI parse/serialize. (JSON/TOML live in the wscript json/toml modules.)
use data — INI. (JSON/TOML live in the wscript json/toml modules.)
| function | signature | notes |
|---|
| ini_parse | (text) -> Result[Value, string] | map of sections; global keys under "" |
| ini_serialize | (map) -> Result[string, string] | |