mjson icon indicating copy to clipboard operation
mjson copied to clipboard

Add a stream parser

Open bolerio opened this issue 6 years ago • 0 comments

Parsing currently assumes we have the full document and it's a one short operation. But for processing streams of Json documents a user of mjson needs to do extra work to separate the start and end of documents which amounts almost to a full parsing as well. Instead, we should have a Stream<Json> readStream(source) method that does that automatically.

bolerio avatar Jul 30 '18 17:07 bolerio