Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Loader ¶
Loader: creates and returns the yaml module for Lua. This function should be registered with L.PreloadModule("yaml", yaml.Loader)
@luamodule yaml
Example usage in Lua:
local yaml = require("yaml")
local tbl = yaml.parse('name: John\nage: 30')
local str = yaml.stringify({name="Jane", age=25})
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.