json.lua
json.lua copied to clipboard
A pure Lua JSON library.
Results
1
json.lua issues
Sort by
recently updated
recently updated
newest added
suggestion: `json.lua` ```diff - 225 if jit and t[0] ~= nil then + 225 ---@diagnostic disable-next-line: undefined-global + 226 if jit and t[0] ~= nil then ```