i'm parsing large json responses (about 50mb). it works fine in 0.2.9, but in 0.3 it hangs on JSONbig.parse(text). if i change that back to JSON.parse it works again. maybe the answer is for me to get less data per batch, just thought i would let you know.
i'm parsing large json responses (about 50mb). it works fine in 0.2.9, but in 0.3 it hangs on JSONbig.parse(text). if i change that back to JSON.parse it works again. maybe the answer is for me to get less data per batch, just thought i would let you know.