--- https://kyne.com.au/~mark/software/lua-cjson-manual.html --- https://openresty.org/en/lua-cjson-library.html --- **NOTE:** This includes the additions in the ...
json = require 'json' t = { "a": 5, "b": lol, "c": [1, 2, 3], "d": { "e": true, "f": false } } -- Use encode to generate a json string from a Lua table. str = json ...