# dominictarr/JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

Repository: https://github.com/dominictarr/JSONStream
Canonical: https://ross.abutalabs.com/products/jsonstream
Language: JavaScript
License: NOASSERTION
License Family: other
Archived: true
Last push: 2018-10-14T01:23:58+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5458, "days_push": 2881, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license, no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1930, forks 163 (observed 2026-08-28T04:05:56.053120+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: parser, serialization, streaming
- domain: parsers, developer-tools
- platform: -
- tags: -parsing, node-streams, streaming-parser, data-engineering, nodejs, javascript

## Member repositories
- dominictarr/JSONStream (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:56.053120+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:08:47.049347+00:00, confidence not recorded.
  - registry_npm: https://registry.npmjs.org/jsonstream (fetched 2026-08-29T10:48:36.726340+00:00, sha 3055fd6e247f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
