UNPKG

json-stream-parser

Version:

Transform stream allow to transform JSON string fragments separated by end of line into javascript objects

17 lines (10 loc) 329 B
# 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