Description
Structured values in Lua 5.1 projects can be serialized or printed in a readable form for debugging and storage.
This package is useful for developers inspecting tables, saving structured values, or producing readable diagnostics. It is a serialization helper, not a database.
Serialized output can expose private values or executable-looking code. Avoid logging secrets and validate loaded data.