csaboka opened a new pull request #74: URL: https://github.com/apache/johnzon/pull/74
As the comments say, `getArrayStream()` and `getObjectStream()` were very simplistic and didn't conform to the spirit of the specification, which requires lazy loading from the underlying stream. Now these methods should behave lazily, only keeping the minimal amount of data in memory that's necessary for the stream. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@johnzon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org