json.lua
json.lua copied to clipboard
Undefined global `jit` (Lua Diagnostics.(undefined-global))
suggestion:
json.lua
- 225 if jit and t[0] ~= nil then
+ 225 ---@diagnostic disable-next-line: undefined-global
+ 226 if jit and t[0] ~= nil then