diff options
-rw-r--r-- | manual.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -364,8 +364,8 @@ depth = cjson.encode_max_depth([depth]) | |||
364 | -- "depth" must be a positive integer | 364 | -- "depth" must be a positive integer |
365 | ------------ | 365 | ------------ |
366 | 366 | ||
367 | By default, Lua CJSON will reject data structure with more than 20 nested | 367 | By default, Lua CJSON will reject data structures with more than 20 |
368 | tables. | 368 | nested tables. |
369 | 369 | ||
370 | This setting is only changed when an argument is provided. The current | 370 | This setting is only changed when an argument is provided. The current |
371 | setting is always returned. | 371 | setting is always returned. |