Sync to v9/v5

This commit is contained in:
2021-12-22 17:25:01 +01:00
parent d7c25ce7d2
commit bdb2ab552b
7 changed files with 852 additions and 10 deletions

View File

@ -2,7 +2,7 @@
package.path = package.path .. ";luajson/?.lua"
local JSON = require"json"
local path_in = "../tables/spider.json"
local path_in = "../tables/whathappensnext.json"
local f1 = io.open(path_in, "r")
local strjson = f1:read("*a")
f1:close()