json4lua
json4lua copied to clipboard
Variable declared in global scope
I believe that 'object' variable was not initialized here, being declared in Lua global scope. Is it right? By the way, thanks for developing this module!
I ran across this issue myself today. I was trying to track down & clean up some global variables, and I never expected that it would be the JSON module that was the culprit. please accept this PR