Nutze wieder dkjson

This commit is contained in:
Akamaru 2016-08-03 19:25:24 +02:00
parent bb0fa0e5a5
commit 77eaa3976c
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Du benötigst **Lua 5.2+**, eine aktive **Redis-Instanz** und die folgenden **Lu
* luasocket
* luasec
* multipart-post
* lua-cjson
* dkjson
* lpeg
* redis-lua
* fakeredis

View File

@ -8,7 +8,8 @@ http = require('socket.http')
https = require('ssl.https')
socket = require('socket')
URL = require('socket.url')
json = require('cjson')
json = require('dkjson')
pcall(json.use_lpeg)
serpent = require("serpent")
bindings = require('miku.bindings')
redis = (loadfile "./miku/redis.lua")()