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

Streaming responses return invalid JSON #308

Open
alechenninger opened this issue Nov 17, 2017 · 2 comments
Open

Streaming responses return invalid JSON #308

alechenninger opened this issue Nov 17, 2017 · 2 comments
Labels

Comments

@alechenninger
Copy link
Contributor

The response contains multiple JSON objects, but they are not wrapped in an array

@bserdar
Copy link
Contributor

bserdar commented Nov 17, 2017 via email

@alechenninger
Copy link
Contributor Author

Jackson has a streaming parser, which you can parse JSON token-by-token (or in this case, parse the array start then each object separately). Do you know if we tried this? If it doesn't work I'd be curious to learn why.

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

No branches or pull requests

2 participants