Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
5.4
-
None
-
None
Description
tapestry-json should offer a streaming API. It should be possible to read a JSONObject/Array from a stream or Reader and output it to a stream or Writer.
When working with large objects, it is often not desirable to have the whole JSON string in memory.