Parse and Stringify newline separated streams (including JSON parsing if required)
npm install new-stream
The TransformStreams are barrage streams, which gives them the additional API methods:
.syphon: like pipe but also passes on errors.buffer: get an array of all elements in the streamOptions:
false) should each line be parsed as JSONfalse) if this option is false, all lines that fail to be parsed as JSON will just be ignoredOptions:
false) should each line be stringified using JSONMIT