Add support for Node streams
juanjoDiaz opened this issue ยท 3 comments
juanjoDiaz commented
Add support for Node streams
dandv commented
Was looking for a package to stream a large JSON files. Looks like this isn't supported yet?
If it is, an example would help ๐
juanjoDiaz commented
Hi @dandv ,
I'll try to publish the node parser. I haven't done it yet simply because of lack of demand.
Can you elaborate a bit on your use case?
What are you trying to do?
That way I can help you ๐
juanjoDiaz commented
I also published https://www.npmjs.com/package/@streamparser/json-node
That's just a node Transform stream wrapper of JSON parser ๐
If you need help on how to use it. Just ask ๐