Lines Matching refs:ucl
1 ## Module `ucl`
4 ucl objects. It uses `libucl` C library to parse and manipulate with ucl objects.
9 local ucl = require("ucl")
11 local parser = ucl.parser()
18 local got = ucl.to_format(obj, 'json')
24 null = ucl.null,
31 print(ucl.to_format(table, 'ucl'))
47 > [`ucl.to_format(var, format)`](#function-uclto_formatvar-format)
62 The module `ucl` defines the following functions.
85 Back to [module description](#module-ucl).
87 ### Function `ucl.to_format(var, format)`
94 - `ucl` - same as `config`
115 null = ucl.null,
122 print(ucl.to_format(table, 'ucl'))
132 Back to [module description](#module-ucl).
137 The module `ucl` defines the following methods.
154 local parser = ucl.parser()
164 Back to [module description](#module-ucl).
178 Back to [module description](#module-ucl).
190 - `{variant or nil}`: ucl object as lua native variable
192 Back to [module description](#module-ucl).