]> git.saurik.com Git - redis.git/commit - deps/lua/src/lua_cjson.c
JSON support for Lua scripting, based on work from @lp, thanks!. We are using the...
authorantirez <antirez@gmail.com>
Wed, 19 Oct 2011 14:42:10 +0000 (16:42 +0200)
committerantirez <antirez@gmail.com>
Wed, 19 Oct 2011 14:42:10 +0000 (16:42 +0200)
commit15108778d5dde69edd61dfe11372b071339ad108
tree72230f4ab77f71081523e00588b862fd61b3e2ee
parent76e772f39a971e14e9c8cd077b68ad8ed8cc7f97
JSON support for Lua scripting, based on work from @lp, thanks!. We are using the good and fast cjson by Mark Pulford.
deps/lua/src/Makefile
deps/lua/src/lua_cjson.c [new file with mode: 0644]
deps/lua/src/strbuf.c [new file with mode: 0644]
deps/lua/src/strbuf.h [new file with mode: 0644]
src/scripting.c