kikito / inspect.lua

Human-readable representation of Lua tables
https://github.com/kikito/inspect.lua
MIT License
1.38k stars 196 forks source link

make inspect work without rawget #63

Closed kikito closed 1 year ago

kikito commented 1 year ago

As mentioned in #62 , rawget isn't available in some embedded envs. This will make inspect work in those.