lit wrapper for Mark Pulford's lua-cjson library http://www.kyne.com.au/~mark/software/lua-cjson.php
tested successfully on Linux-x64 TODO - build for MacosX and Windows #install lit install lduboeuf/cjson
#usage
local cjson = require('cjson')
text = cjson.encode(value)
value = cjson.decode(text)
see manual.txt from Mark Pulford's lua-cjson repository
#Licence Lua CJSON is covered by the MIT license