# jimhigson/oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes.

Repository: https://github.com/jimhigson/oboe.js
Canonical: https://ross.abutalabs.com/products/oboejs
Homepage: http://jimhigson.github.io/oboe.js-website/index.html
Language: JavaScript
License: NOASSERTION
License Family: other
Last push: 2025-11-17T12:34:01+00:00

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

## Adoption (not part of the score)
Stars 4817, forks 208 (observed 2026-08-28T04:09:00.444906+00:00)

## What it is
Oboe.js is a JavaScript library for streaming JSON parsing, letting web applications use parsed objects before the HTTP response completes. It combines DOM-like pattern matching with SAX-style streaming and works in both browsers and Node.

## Use cases
- parse large JSON responses without waiting for the request to finish
- load JSON trees larger than available memory
- transform JSON while it is being streamed
- demarshal streamed JSON into OOP models
- progressively render data from slow or long-running API responses

## When to choose
- you need to start consuming JSON before the HTTP response completes
- you must parse JSON documents too large to fit in memory
- you want a small dependency-free streaming JSON parser for browser or Node

## When to avoid
- starting a new project, since the repository is archived and unmaintained since ~2020
- you need modern async-iterator-based streaming APIs or TypeScript support
- you need guaranteed bug fixes or compatibility with the latest runtimes

## Facets
- artifact type: library
- maturity: abandoned
- function: parser, serialization, http-client
- domain: web-development, frontend, parsers, apis
- platform: browser
- tags: streaming-, -parsing, sax-style, micro-library, archived, nodejs, javascript

## Member repositories
- jimhigson/oboe.js (main) score 46

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:00.444906+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-29T18:18:34.085569+00:00, confidence not recorded.
  - readme: https://github.com/jimhigson/oboe.js (fetched 2026-08-28T04:09:00.444906+00:00, sha c6d5be824fb5)
  - homepage: http://jimhigson.github.io/oboe.js-website/index.html (fetched 2026-08-29T09:01:46.421548+00:00, sha 85b799382d3c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
