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

how to stream read a huge JSON file? #59

Closed
TaurusNing opened this issue Jan 4, 2018 · 5 comments
Closed

how to stream read a huge JSON file? #59

TaurusNing opened this issue Jan 4, 2018 · 5 comments

Comments

@TaurusNing
Copy link

is that possible?

@cowtowncoder
Copy link
Member

In future, please use Jackson user mailing list for usage questions.

But quick answer is that no, there is no incremental reading at this point. Standard jackson-databind (or streaming) are better choices for that.

@TaurusNing
Copy link
Author

Thank you.
I'm not familiar with mailing list, sorry for bothering.

@cowtowncoder
Copy link
Member

No prob, it's a google group:

https://groups.google.com/forum/#!forum/jackson-user

I also filed #60 to remember that such a feature might be useful. I won't promise it would be added, mostly since it is difficult to know how far to extend this package (compared to standard jackson). But as far as ideas go, it is good one.

@TaurusNing
Copy link
Author

Agreed.
and it's not hard to add this feature.

@cowtowncoder
Copy link
Member

@TaurusNing Correct, technically speaking streaming api allows reading just fine, and then jr binder could relatively easily use that.

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

2 participants