Add lua-cjson support in box.cjson
Code review of cjson branch by Dmitry E. Oboukhov. Hand-picking the changes since the original branch is based on import of lua-cjson into Tarantool revision tree, and this branch is based on a git submodule. This patch implements https://blueprints.launchpad.net/tarantool/+spec/lua-cjson
Showing
- CMakeLists.txt 8 additions, 0 deletionsCMakeLists.txt
- cmake/BuildLibCJSON.cmake 17 additions, 0 deletionscmake/BuildLibCJSON.cmake
- include/lua/cjson.h 38 additions, 0 deletionsinclude/lua/cjson.h
- src/CMakeLists.txt 2 additions, 0 deletionssrc/CMakeLists.txt
- src/lua/cjson.m 46 additions, 0 deletionssrc/lua/cjson.m
- src/lua/init.m 2 additions, 0 deletionssrc/lua/init.m
- test/box/cjson.result 37 additions, 0 deletionstest/box/cjson.result
- test/box/cjson.test 13 additions, 0 deletionstest/box/cjson.test
- test/box/lua.result 2 additions, 2 deletionstest/box/lua.result
Loading
Please register or sign in to comment