Make maximum recursion depth a runtime option

This commit is contained in:
Remi Collet
2012-11-27 09:01:45 +01:00
parent f6b27cbb6c
commit 197cb1d1c1
3 changed files with 23 additions and 8 deletions

View File

@@ -7,6 +7,9 @@ NEXT.VERSION
You should change your build to use appropriate -I and -l options.
A compatibility shim is in place so builds using the old name will
continue to work, but that will be removed in the next release.
* Maximum recursion depth is now a runtime option.
json_tokener_new() is provided for compatibility.
json_tokener_new_ex(depth)
0.10