json-stream-parser
v1.3.0
Published
Transform stream allow to transform JSON string fragments separated by end of line into javascript objects
Downloads
27
Readme
json-stream-parser
Transform stream allow transform JSON string fragments separated by "end of line" - \r\n into javascript objects
install
npm install json-stream-parser
Options
parse (Boolean: false)
Allow to broadcast JSON string instead of javascript Object for better performance,
default to false