Since it uses Lua to save the data, It's able to save functions ! by dumping them, But they won't be readable, only loadable, unless if you decompile them.
And moreover you can do some hand written tables with smart data generation..
The bad thing that it's less secure (you are running code) .., So load the files using this Library to sandbox the files.
Gist: https://gist.github.com/RamiLego4Game/f ... f4c65efaaf (Give me a star

*The documentation is included with the gist
*The library can work with luajit alone
Feel free to give feedback
