Class Inspect
An object that inspects a Lua table recursively and generates human-readable output.
Tables
| Inspect.config | Default Options |
Methods
| Inspect:new (options) | Creates a new Inspector object. |
| Inspect:parse (o, options) | Inspects an object recursively |
Tables
- Inspect.config
-
Default Options
Fields:
- prettyfy Prettify Output
- allow_tostring Tries calling the __tostring metamethod
- level_depth Max depth to recurse into tables
- type_values Variables types color configuration