Chris Heathwood
Results
1
comments of
Chris Heathwood
If your data is multi-json (also seen as [ndjson](http://ndjson.org/) or jsonl) why would you use Oboe? would it be better to just use [readline](https://nodejs.org/api/readline.html) and then `JSON.parse()` it?