Ross ROSS = Recommend OSS · open-source software intelligence for agents

fastify/fast-json-stringify

2x faster than JSON.stringify() observed · 2026-08-28

github.com/fastify/fast-json-stringify · homepage · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

92/100

  • Activity 98
  • Release rhythm 80
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 34
  • age_days: 3689
  • days_rel: 55
  • days_push: 13
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

3703 stars · 224 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

A Node.js library that generates fast JSON serialization functions from JSON Schema Draft 7 definitions, significantly faster than native JSON.stringify() for small payloads. It is a Fastify core component used to speed up HTTP response serialization.

Use cases

  • serialize JSON responses faster than JSON.stringify
  • generate a stringify function from a JSON schema
  • speed up API response serialization in Node.js
  • enforce a schema when serializing objects to JSON
  • optimize serialization of small JSON payloads

When to choose

  • you have a JSON schema for your payloads and need maximum serialization speed
  • you are building high-throughput Node.js HTTP services with small-to-medium payloads
  • you want schema-driven, consistent JSON output

When to avoid

  • your payloads are very large, where the advantage over JSON.stringify shrinks or disappears
  • you have no schema and cannot define one
  • you are not in a JavaScript/Node.js environment

Facets

library · maturity stable

serialization developer-tools backend performance -schema stringify schema-based-serialization fastify nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
fastify/fast-json-stringifymain92

For agents

markdown · JSON · MCP: product_card(name="fastify/fast-json-stringify")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem