function loadDKJSON() local env = setmetatable({}, {__index=function(o, k) return _G[k] end }) return assert(loadSnippet('#44', env))() end json = loadDKJSON() snippet = {} snippet.type = 26 -- Lua code - Image recognition snippet.text = "return 'Just a test "..math.random().."'" return json.encode(snippet)