</>PackageGraphPackageGraph

fast-json-stringify

npmv7.0.1TypeScript

Stringify your JSON at max speed

Safe to adopt

Yes — fast-json-stringify scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 62 days ago. 8 releases in the last 2 years.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 62 days ago. 8 releases in the last 2 years.

  • BWeight: grade B, Good.

    Pulls in 7 transitive packages, about 860 KB installed (at least — some of the tree is still being crawled).

  • ASupply chain: grade A, Excellent.

    No install scripts, 11 maintainers, and a contained dependency surface.

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding fast-json-stringify to a project.

6
Direct dependencies

Runtime packages this one declares itself.

7
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

860 KB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

Longest resolved dependency chain below this package.

Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.

Licenses in the dependency tree

BSD-3-ClauseMIT

Every license you inherit by installing fast-json-stringify, not just its own. Check this before a legal review, not after.

Compatibility

Node.js
No constraint declared
Module format
CommonJS only
TypeScript
Types included
Install scripts
None

Quick start

A usage example from the fast-json-stringify README.

FJS creation x 9,696 ops/sec ±0.77% (94 runs sampled)
CJS creation x 197,267 ops/sec ±0.22% (95 runs sampled)
AJV Serialize creation x 48,302,927 ops/sec ±2.09% (90 runs sampled)
json-accelerator creation x 668,430 ops/sec ±0.43% (95 runs sampled)
JSON.stringify array x 7,924 ops/sec ±0.11% (98 runs sampled)
fast-json-stringify array default x 7,183 ops/sec ±0.09% (97 runs sampled)
json-accelerator array x 5,762 ops/sec ±0.27% (99 runs sampled)
fast-json-stringify array json-stringify x 7,171 ops/sec ±0.17% (97 runs sampled)
compile-json-stringify array x 6,889 ops/sec ±0.41% (96 runs sampled)
AJV Serialize array x 6,945 ops/sec ±0.17% (98 runs sampled)
JSON.stringify large array x 331 ops/sec ±0.17% (93 runs sampled)
fast-json-stringify large array default x 208 ops/sec ±0.21% (91 runs sampled)
fast-json-stringify large array json-stringify x 330 ops/sec ±0.17% (93 runs sampled)
compile-json-stringify large array x 318 ops/sec ±0.11% (90 runs sampled)
Example truncated — see the full README.

fast-json-stringify vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
fast-json-stringifythis page03MIT2 months ago
fast-json-stable-stringify137.5M2MIT1 day ago
json-stable-stringify-without-jsonify72.1M1MIT1 day ago
json-stringify-safe36.4M1ISC1 day ago
fastify8.9M4MIT1 day ago
json-schema-ref-resolver01MIT1 day ago

Dependencies

Declared by fast-json-stringify v7.0.1. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (14)

c8 ^11.0.0cli-select ^1.1.2compile-json-stringify ^0.1.2eslint ^9.39.2fast-json-stringify .is-my-json-valid ^2.20.6json-accelerator ^0.1.7neostandard ^0.13.0simple-git ^3.30.0tinybench ^6.0.0tstyche ^7.1.0typebox ^1.0.81typescript ~6.0.2webpack ^5.104.1

Used by

Popular packages that depend on fast-json-stringify.

Relationship graph

Dependencies (left) and dependents (right) of fast-json-stringify.

Frequently installed together

Release history

8 releases in the last two years, typically about 26 days apart.

Recent versions of fast-json-stringify
VersionPublishedSizeLicense
7.0.1latest2 months ago396 KBMIT
7.0.03 months ago392 KBMIT
6.4.04 months ago393 KBMIT
6.3.07 months ago384 KBMIT
6.2.07 months ago380 KBMIT
6.1.111 months ago371 KBMIT
6.1.011 months ago365 KBMIT
6.0.11 year ago365 KBMIT
6.0.02 years ago360 KBMIT
5.16.12 years ago360 KBMIT
5.16.02 years ago360 KBMIT
5.15.12 years ago357 KBMIT
5.15.02 years ago356 KBMIT
5.14.12 years ago356 KBMIT
5.14.02 years ago355 KBMIT

Overview

fast-json-stringify is an npm package that stringify your JSON at max speed. It has 3 known dependents in the graph. The latest version is 7.0.1, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need stringify your JSON at max speed and value a focused solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.

Pros

  • Ships TypeScript type definitions.
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (20 direct dependencies) increases install size and audit surface.

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Funding

Frequently asked questions

Should I use fast-json-stringify?

Yes — fast-json-stringify scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 62 days ago. 8 releases in the last 2 years.

How do I install fast-json-stringify?

Run `npm install fast-json-stringify` to add fast-json-stringify to your npm project.

How many dependencies does fast-json-stringify have?

fast-json-stringify declares 20 direct dependencies and pulls in 7 packages in total once its runtime tree is resolved totalling about 860 KB on disk.

What license is fast-json-stringify released under?

fast-json-stringify is distributed under the MIT license. Its dependency tree also includes: BSD-3-Clause, MIT.

How popular is fast-json-stringify?

npm does not publish download counts. Within PackageGraph's crawl, 3 known packages depend on fast-json-stringify.

Is fast-json-stringify still maintained?

The most recent release of fast-json-stringify (v7.0.1) was published 2 months ago.

Does fast-json-stringify run install scripts?

No. fast-json-stringify does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.