I found pure lua script file to parse json data (just one file). local json = {} -- Internal functions. local function kind_of(obj) if type(obj) ~= 'table' ...
確定! 回上一頁