Currently all read methods of JSON process the whole input. But sometimes it'd be useful to be able to process input stream in which main level contains a sequence of values, like:
https://en.wikipedia.org/wiki/JSON_streaming
(linefeed-separated / concatenated content)
This could work similar to MappingIterator by jackson-databind.