You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
cowtowncoder
changed the title
Add support for reading "root value" streams (linefeed separated)
Add support for reading "root value" streams (linefeed separated/concatenated)
Aug 22, 2019
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
byjackson-databind
.The text was updated successfully, but these errors were encountered: