Returns a stream which becomes readable with a single value once all (valid) JSON is received.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `collect-json` package is a Node.js module that creates a Duplex stream which collects valid JSON data from an input stream and makes it available as a single value once all data has been received. It's designed for developers working with streaming JSON data in Node.js applications, particularly those who need to process or transform JSON data received from stdin or other input streams. The package is now deprecated in favor of `stream-read-all`.