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

DaveGamble/cJSON

Ultralightweight JSON parser in ANSI C observed · 2026-08-28

github.com/DaveGamble/cJSON · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

59/100

  • Activity 76
  • Release rhythm 15
  • Longevity 100
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: 3819
  • days_rel: 358
  • days_push: 147
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

12953 stars · 3517 forks observed · 2026-08-28

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

cJSON is an ultralightweight JSON parser and serializer written in ANSI C, distributed as a single C file and header. It provides simple parsing and printing of JSON data structures with minimal dependencies.

Use cases

  • parse json in c
  • serialize data to json from embedded device
  • lightweight json library for microcontroller
  • read json config file in c program
  • generate json output from c application
  • embed json support in firmware

When to choose

  • you need JSON support in C or C++ with minimal footprint
  • targeting embedded or resource-constrained systems
  • you want a dependency-free, easily vendored single-file library

When to avoid

  • you need high-performance or standards-exhaustive JSON handling with strict edge-case compliance
  • you need thread-safe parsing out of the box
  • you're working in a higher-level language with native JSON support

Facets

library · maturity stable

parser serialization json parsers developer-tools files c cpp embedded cross-platform windows json-parser ansi-c lightweight single-file embedded-friendly linux macos

1 source

Member repositories

RepositoryRoleHealth v2
DaveGamble/cJSONmain59

For agents

markdown · JSON · MCP: product_card(name="DaveGamble/cJSON")

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