From d9c5b1d4dff8aae8cf59e36849fbccfdac6118f7 Mon Sep 17 00:00:00 2001 From: i-ky Date: Sat, 8 Aug 2020 14:10:16 +0300 Subject: Lift "Depth of nested values" to a higher level Currently this section is under "Numbers" which seems to be wrong. --- doc/conformance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/conformance.rst b/doc/conformance.rst index ea41d5c..c1766bc 100644 --- a/doc/conformance.rst +++ b/doc/conformance.rst @@ -110,7 +110,7 @@ to overflow semantics). Also, no support or hooks are provided for any supplemental "bignum" type add-on packages. Depth of nested values ----------------------- +====================== To avoid stack exhaustion, Jansson currently limits the nesting depth for arrays and objects to a certain value (default: 2048), defined as -- cgit v1.1