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

lloyd/yajl

A fast streaming JSON parsing library in C. observed · 2026-08-28

github.com/lloyd/yajl · homepage · C · ISC (permissive) observed · 2026-08-28

Health v2 · maintenance only

77/100

  • Activity 99
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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

Full methodology

Adoption not part of the score

2227 stars · 444 forks observed · 2026-08-28

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

YAJL (Yet Another JSON Library) is a small, portable ANSI C library for parsing and generating JSON using a streaming, callback-based (SAX-style) model. It is data-representation independent, fast, memory-efficient, and provides verbose error messages with input context.

Use cases

  • parse large JSON files without loading them fully into memory
  • incrementally parse JSON from a network stream
  • build a custom in-memory JSON representation in C
  • write a JSON filter or converter tool like a pretty printer
  • embed a fast robust JSON parser in a C or C++ application
  • convert JSON to another format such as XML

When to choose

  • you need streaming/incremental JSON parsing in C
  • you want control over the in-memory data representation
  • minimal CPU and memory footprint matters
  • you need a permissively licensed, portable ANSI C JSON library

When to avoid

  • you want a ready-made DOM/tree API out of the box
  • you are working in a higher-level language with native JSON support
  • you need JSON Schema validation or JSONPath queries

Facets

library · maturity maintenance

parser serialization json parsers developer-tools apis c cpp cross-platform cli json-parser streaming-parsing callback-based ansi-c sax-style

1 source

Member repositories

RepositoryRoleHealth v2
lloyd/yajlmain77

For agents

markdown · JSON · MCP: product_card(name="lloyd/yajl")

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