Hello,
I'm relatively new to Lua and am looking for a
module or script that can encode and decode JSON strings inside a .lua
script.
I've looked on luaforge and have been unable to get
those to work in my Scrite environment - thjs was using the
-- JSON4Lua: JSON encoding / decoding support for
the Lua language.
-- json Module.
-- Author: Craig Mason-Jones
--
Homepage: http://json.luaforge.net/
-- Version:
0.9.20
I was hoping there was an established solid tested
way to encode/decode JSON using Lua.
Any info is much appreciated.