replace cjson with dkjson

either will work but cjson is more common
This commit is contained in:
Drew 2015-07-02 18:39:22 -04:00
parent 236c8bebdb
commit 4772272613

View File

@ -3,7 +3,7 @@
HTTP = require('socket.http')
HTTPS = require('ssl.https')
JSON = require('dkjson')
JSON = require('cjson')
URL = require('socket.url')
VERSION = 2.01