in reply to Re: Parsing JSON out of an incremental stream
in thread Parsing JSON out of an incremental stream

I strongly encourage you to look at huck's link instead and use the incremental parsing in concert with some higher level knowledge of the objects/arrays to expect to control what to do with the data as it becomes complete.

  • Comment on Re^2: Parsing JSON out of an incremental stream