Skip to content

Instantly share code, notes, and snippets.

@ogabrielguerra
Created October 26, 2021 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ogabrielguerra/bbbfd661046a89d1fcb9d81509746379 to your computer and use it in GitHub Desktop.
Save ogabrielguerra/bbbfd661046a89d1fcb9d81509746379 to your computer and use it in GitHub Desktop.
LUA - Dump a table or object
local inspect = require('inspect')
local table = { a='a', b='b', c='c'}
print(inspect(table))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment