Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename encode/decode scripts to lua2json/json2lua | Mark Pulford | 2012-01-03 | 1 | -28/+0 |
| | |||||
* | Convert common.lua into cjson-misc module | Mark Pulford | 2012-01-03 | 1 | -2/+2 |
| | |||||
* | Add support for Lua 5.2 and cjson.new | Mark Pulford | 2011-12-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Update all Lua scripts to use new module init style everywhere: local json = require "cjson" Lua CJSON does not register a global table under Lua 5.2. The global table can be disabled under Lua 5.1 with DISABLE_CJSON_GLOBAL. Other changes: - Store CJSON configuration as an upvalue for each function. - Add "cjson.new" function to create another module table with a separate configuration. - Add _NAME and _VERSION variables. | ||||
* | Add support for stdin to encode.lua/decode.lua | Mark Pulford | 2011-05-16 | 1 | -6/+8 |
| | |||||
* | Add command line encode/decode utilities | Mark Pulford | 2011-05-16 | 1 | -0/+26 |