$ luarocks install scribe
Scribe provides functions to convert Lua objects to readable strings and output methods that make printing Lua tables in various formats easy.
For example, if `arr = {1, 2, 3}` then `scribe.put("Array: %t", arr)` will print "Array: [ 1, 2, 3 ]" to `stdout`.
Scribe gracefully handles complex tables, including ones with shared and cyclical references.
The strings returned for those tables show the underlying structure in a way that is as readable as possible.
Versions
Dependencies
lua >= 5.1