Package Exports
- smart-json-stringify
- smart-json-stringify/src/main.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smart-json-stringify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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 i smart-json-stringifyor:
yarn add smart-json-stringifyUsage
import StringifyStream from 'smart-json-stringify'
const stream = new StringifyStream(bigJavascriptObject)