Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for reading "root value" streams (linefeed separated/concatenated) #60

Closed
cowtowncoder opened this issue Jan 4, 2018 · 1 comment
Milestone

Comments

@cowtowncoder
Copy link
Member

cowtowncoder commented Jan 4, 2018

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.

@cowtowncoder 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
@cowtowncoder
Copy link
Member Author

Implementing by adding new ValueIterator<T> type, constructed through JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant