lightweight and efficient library for encoding Lua values into JSON strings and decoding JSON strings back into Lua data structures. It supports standard Lua types such as tables, numbers, strings, booleans, and nil
Encoding Lua → JSON
Converts Lua values to JSON format, handling tables (as...