-
Notifications
You must be signed in to change notification settings - Fork 219
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 support #50
Comments
Yes. |
Just curious @liveforeverx, what more do you need besides: stream |> Stream.map(&Poison.decode!/1) ? JSON stream is usually one document per line (with all "\n" escaped) |
@liveforeverx is this about streaming parsing? |
Another way to interpret this is streaming a large dataset into the encoder and emitting pieces as they are available, as iodata. |
Yeah, streamed encoding and streamed decoding are two different things, and both would be useful in specific situations. |
Did you plan to add streaming support to
poison
?The text was updated successfully, but these errors were encountered: