• Milo Yip's avatar
    Remove stack size limit feature · e3e8fea0
    Milo Yip authored
    It is not very useful for iterative parsing as the worst case of heap
    size is O(n) where n is number of character in JSON, for the worst
    synthetic cases. This is reasonable and should not create stack overflow
    security problem as in recursive parsing.
    e3e8fea0
Name
Last commit
Last update
bin Loading commit data...
build Loading commit data...
doc Loading commit data...
example Loading commit data...
include/rapidjson Loading commit data...
test Loading commit data...
thirdparty Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
license.txt Loading commit data...
readme.md Loading commit data...