Using JSON With Lua
We’ve worked with basic file operations and covered the basics of JSON as well. Let’s learn how to put them together.
There are many JSON libraries available for Lua, but I true to stick with pure Lua libraries unless I really need the extra performance. If you notice your application running slow or similar, you may look for C libraries with bindings in Lua.… Read the rest