Description
Table values can be converted into readable text while debugging Lua programs.
This package is useful for developers who need to inspect nested Lua data structures in logs, tests, or REPL sessions. It is a formatting helper, not a debugger by itself.
Readable dumps can expose private values. Avoid logging secrets or user data without redaction.