Expand description
Native toml module for TOML parsing and serialization.
Exports: toml.parse(text), toml.stringify(value), toml.is_valid(text)
Functionsยง
- create_
toml_ module - Create the
tomlmodule with TOML parsing and serialization functions.
Native toml module for TOML parsing and serialization.
Exports: toml.parse(text), toml.stringify(value), toml.is_valid(text)
toml module with TOML parsing and serialization functions.