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

dominictarr/JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects) observed · 2026-08-28

github.com/dominictarr/JSONStream · JavaScript · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived no_license no_readme

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: n/a
  • age_days: 5458
  • days_rel: n/a
  • days_push: 2881
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1930 stars · 163 forks observed · 2026-08-28

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

JSONStream is a Node.js streaming JSON parser that lets you pipe raw streams through JSONStream.parse() to emit parsed objects. It supports path-based queries so you can extract specific parts of large JSON documents incrementally.

Use cases

  • parse large JSON files without loading them into memory
  • stream JSON API responses and process objects as they arrive
  • extract nested fields from huge JSON documents with path expressions
  • pipe HTTP responses through a JSON parser in Node.js
  • process newline-delimited or array-based JSON incrementally

When to choose

  • you are on Node.js and need memory-efficient streaming JSON parsing
  • you want to pipe parsed JSON objects directly into other streams
  • you need to pull specific paths out of very large JSON documents

When to avoid

  • you need full JSON.parse semantics with strict validation
  • you are not in a Node.js stream-based environment
  • the project needs actively maintained dependencies (last release 2018)

Facets

library · maturity maintenance

parser serialization streaming parsers developer-tools -parsing node-streams streaming-parser data-engineering nodejs javascript

1 source

Member repositories

RepositoryRoleHealth v2
dominictarr/JSONStreammain10

For agents

markdown · JSON · MCP: product_card(name="dominictarr/JSONStream")

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