How to import cjson module in an spring or android project? #99
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I got a built-in implementation of json decode, for those friends who are not convenient to install cjson module, you could try to put my function in your lua script for simple decoding situations.
https://github.com/OneCodeMonkey/lua-tutorials/blob/master/json/jsonUtil.lua
Caution: I didn't do full testing for this implementation, so please be careful for production usage... :)
Another implementation: https://raw.githubusercontent.com/rxi/json.lua/master/json.lua