0.1.9 • Published 1 year ago

json-strify v0.1.9

Weekly downloads
16
License
MIT
Repository
github
Last release
1 year ago

json-strify

Faster implementation of JSON.stringify

Performance: This library ~50% faster than JSON.stringify on larger objects/arrays

Note: This library doesn't handle Ciruclar references, instead of just replaces Circular reference to [Circular] string, but doesn't throw error

Features

  • Performant
  • Easy
  • Auto-schema generating

Installation

We recommend install via npm because of it's cache and flat node modules tree

npm i json-strify

then you able to import to Node.js/Browser easily

// Node.js
const JSONStringify = require('json-strify');

// ES6
import JSONStringify from 'json-strify';

Usage

JSONStringify(object: any): string

License

MIT

0.1.9

1 year ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago