mherkender / lua.js

An ECMAscript framework to compile and run Lua code, allowing Lua to run in a browser or in Flash
http://blog.brokenfunction.com/
600 stars 73 forks source link

JSON #37

Open olleharstedt opened 10 years ago

olleharstedt commented 10 years ago

Is there a working JSON encoder/decoder for lua2js? They all seem to use string.find. Or is there another way to communicate from the converted code to the global JS environment?