owensd/json-swift

Crash when parsing many open array

nst opened this issue · 1 comments

nst commented

json-swift does crash while parsing file n_structure_open_array_object.json with EXC_BAD_ACCESS

Interesting... The algorithm is currently a recursive solution. I have a depth guard, I may need to pull that in to workaround the crash.

However, I'll have to change the algorithm to avoid the crash without this depth hack.