diff --git a/reference/json/functions/json-decode.xml b/reference/json/functions/json-decode.xml index cbd68a0e89..177e9e25dd 100644 --- a/reference/json/functions/json-decode.xml +++ b/reference/json/functions/json-decode.xml @@ -1,5 +1,5 @@ - + json_decode @@ -92,6 +92,38 @@ array(5) { + + &reftitle.notes; + + + This function will return false if the JSON encoded data is deeper than + 127 elements. + + + + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.2.3 + The nesting limit was increased from 20 to 128 + + + + + + + &reftitle.seealso;