json.lua icon indicating copy to clipboard operation
json.lua copied to clipboard

No functions support

Open 20NickName20 opened this issue 3 years ago • 1 comments

If table contains function, this happens: " json.lua:130: unexpected type 'function' "

20NickName20 avatar Apr 23 '22 17:04 20NickName20

Trying to encode values which are unrepresentable in JSON will never result in type conversion or other magic: sparse arrays, tables with mixed key types or invalid numbers (NaN, -inf, inf) will raise an error

https://github.com/rxi/json.lua#notes

xphip avatar Jun 26 '22 19:06 xphip