Simple JSON streaming question #154
Closed
adamhamlin
started this conversation in
General
Replies: 2 comments
-
It looks about right to me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing, asked and answered 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have a stream from an HTTP response (
objectMode=false
) that looks like the following:I don't need any special filtering or processing. I just want the objects one at a time.
Is there something simpler/more canonical than the following?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions