aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua/cjson/util.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/cjson/util.lua b/lua/cjson/util.lua
index 5d80106..48fa33c 100644
--- a/lua/cjson/util.lua
+++ b/lua/cjson/util.lua
@@ -1,5 +1,7 @@
1local json = require "cjson" 1local json = require "cjson"
2 2
3local unpack = unpack or table.unpack
4
3-- Various common routines used by the Lua CJSON package 5-- Various common routines used by the Lua CJSON package
4-- 6--
5-- Mark Pulford <mark@kyne.com.au> 7-- Mark Pulford <mark@kyne.com.au>