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

jimhigson/oboe.js

A streaming approach to JSON. Oboe.js speeds up web applications by providing parsed objects before the response completes. observed · 2026-08-28

github.com/jimhigson/oboe.js · homepage · JavaScript · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

46/100

  • Activity 52
  • Release rhythm 8
  • Longevity 100

Flags: no_license

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: 4923
  • days_rel: n/a
  • days_push: 289
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4817 stars · 208 forks observed · 2026-08-28

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

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

library · maturity abandoned

parser serialization http-client web-development frontend parsers apis browser streaming- -parsing sax-style micro-library archived nodejs javascript

2 sources

Member repositories

RepositoryRoleHealth v2
jimhigson/oboe.jsmain46

For agents

markdown · JSON · MCP: product_card(name="jimhigson/oboe.js")

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