JSPM

smart-json-stringify

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q24718F
  • License MIT

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

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