Skip to content

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

License

mirismaili/smart-json-stringify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (speed) 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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published