jonathan
jonathan copied to clipboard
parse stream
Given that jonathan uses proc-parse, and proc-parse currently only works on vectors, not streams I think there are three ways to add support for parsing from streams:
- Add support for streams in proc-parse
- Re-write the decoder to read from streams without proc-parse
- Read the entire stream into memory, and then parse it.
Personally, I favor number 1.
I'm confused but I need this out of my phone