local decode = require("cjson").decode function json_decode( str ) local ok, t = pcall(decode, str) if not ok then return nil end return t ...
確定! 回上一頁