Skip to main content

Module toml_module

Module toml_module 

Source
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 toml module with TOML parsing and serialization functions.