Stringifies objects as a Readable stream in a JSON.stringify fashion
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
given two streams of newline delimited JSON data perform a merge/extend on each object in the stream
pipe objects to console.log
Wrapper for concat-stream to make a transform
Pipe and aggregate a set of json objects
Transform stream that buffer up object in the stream and pushes the buffers as batches further down the stream
New-line separated JSON streaming
Turn a transport stream into an object stream that parses from / serializes to json
Simple module to wrap a request and send or receive JSON as newline delimited object via request
turn event emitters into streams and streams into event emitters
A zero-dependency, promise-based Node.js API for ffprobe
scraping streams for puppeteer
A stream parser for pretty printing for JSON
Stream as json, ndjson, or csv.
Efficient JSON Stream
scraping streams for puppeteer
Extract and transform dependency graphs
Http client for NodeJs / browser and WeChat, based on fetch()
A Node CLI tool. Currently configured for use in accessing the Twitter v1.1 API
File system interface abstraction with implementations for GCP GCS, AWS S3, Azure, SMB, and Local file systems.
Detect style of formatted tabular data from a first chunk
Extract, rename or transform a JSON based on a template structure
JSON Stream is a efficient universal serialization framework for JSON and BSON.