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

json-parser/json-parser

Very low footprint DOM-style JSON parser written in portable ANSI C observed · 2026-08-28

github.com/json-parser/json-parser · C · BSD-2-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

41/100

  • Activity 20
  • 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: 5316
  • days_rel: n/a
  • days_push: 481
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1337 stars · 290 forks observed · 2026-08-28

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

A very low footprint DOM-style JSON parser written in portable ANSI C (C89). It ships as just json.c and json.h with no dependencies and a simple API, plus optional C++ operator sugar.

Use cases

  • parse JSON in C with minimal memory footprint
  • embed a JSON parser in an embedded or resource-constrained project
  • drop a dependency-free JSON parser into any build system
  • parse JSON documents into a DOM tree in C89
  • report JSON errors with line and column tracking
  • enable comments in JSON config files

When to choose

  • you need a tiny, portable, dependency-free JSON parser in C
  • you're targeting embedded or resource-constrained environments
  • you want a simple DOM-style API without recursion overhead
  • you need C89 portability across compilers and platforms

When to avoid

  • you need JSON serialization (use json-builder instead)
  • you want a modern C++ or higher-level JSON library with rich features
  • you need streaming/SAX-style parsing of very large documents
  • you need schema validation or JSONPath-style queries

Facets

library · maturity stable

parser serialization json parsers developer-tools files c cpp cross-platform embedded dom-style low-footprint ansi-c no-dependencies single-file

1 source

Member repositories

RepositoryRoleHealth v2
json-parser/json-parsermain41

For agents

markdown · JSON · MCP: product_card(name="json-parser/json-parser")

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