stream
)
Smart Json Stringify (A native and modern node.js readable-stream to stringify objects at any sizes, without any third-party dependency
With a custom-deep-level option to improve performance if necessary
npm i smart-json-stringify
or:
yarn add smart-json-stringify
Usage
import StringifyStream from 'smart-json-stringify'
const stream = new StringifyStream(bigJavascriptObject)