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


Keywords
json-stringify, stream, JSON, stringify, serialize, big-objects, huge-objects, large-objects, read-stream, readable-stream, custom-deep-level
License
MIT
Install
npm install smart-json-stringify@1.0.0

Documentation

Smart Json Stringify (stream)

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 (scoped) install size downloads
license Forks Stars

npm i smart-json-stringify

or:

yarn add smart-json-stringify

Usage

import StringifyStream from 'smart-json-stringify'

const stream = new StringifyStream(bigJavascriptObject)