Content deleted Content added
copy Jeffrey Friedl's JSON library from http://regex.info/code/JSON.lua - licenced as CC-BY |
fix isNumber initialization bug |
||
Line 514:
end
local isNumber
isNumber = {
__index = isNumber,
|
copy Jeffrey Friedl's JSON library from http://regex.info/code/JSON.lua - licenced as CC-BY |
fix isNumber initialization bug |
||
Line 514:
end
local isNumber
isNumber = {
__index = isNumber,
|