aboutsummaryrefslogtreecommitdiff
path: root/lua_cjson.c
diff options
context:
space:
mode:
Diffstat (limited to 'lua_cjson.c')
-rw-r--r--lua_cjson.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua_cjson.c b/lua_cjson.c
index 1e9e91d..772790e 100644
--- a/lua_cjson.c
+++ b/lua_cjson.c
@@ -62,8 +62,8 @@
62#define DEFAULT_SPARSE_CONVERT 0 62#define DEFAULT_SPARSE_CONVERT 0
63#define DEFAULT_SPARSE_RATIO 2 63#define DEFAULT_SPARSE_RATIO 2
64#define DEFAULT_SPARSE_SAFE 10 64#define DEFAULT_SPARSE_SAFE 10
65#define DEFAULT_ENCODE_MAX_DEPTH 20 65#define DEFAULT_ENCODE_MAX_DEPTH 1000
66#define DEFAULT_DECODE_MAX_DEPTH 20 66#define DEFAULT_DECODE_MAX_DEPTH 1000
67#define DEFAULT_ENCODE_INVALID_NUMBERS 0 67#define DEFAULT_ENCODE_INVALID_NUMBERS 0
68#define DEFAULT_DECODE_INVALID_NUMBERS 1 68#define DEFAULT_DECODE_INVALID_NUMBERS 1
69#define DEFAULT_ENCODE_KEEP_BUFFER 1 69#define DEFAULT_ENCODE_KEEP_BUFFER 1