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

Tencent/rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API observed · 2026-08-28

github.com/Tencent/rapidjson · homepage · C++ · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

25/100

  • Activity 5
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4565
  • days_rel: n/a
  • days_push: 574
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

15121 stars · 3647 forks observed · 2026-08-28

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

RapidJSON is a fast, header-only C++ library for parsing and generating JSON, offering both SAX and DOM style APIs. It is self-contained with no external dependencies, supports full Unicode transcoding, JSON Pointer, and JSON Schema.

Use cases

  • parse files in c++
  • generate output from c++ application
  • high-performance parsing with sse acceleration
  • validate against a schema
  • transcode between utf-8 and utf-16
  • stream-parse large documents with sax

When to choose

  • you need maximum parsing speed in C++
  • you want a dependency-free, header-only library
  • you need SAX-style streaming or DOM-style parsing
  • you need full Unicode encoding support and transcoding

When to avoid

  • you work in a language other than C++
  • you prefer a batteries-included library with STL integration
  • the project needs frequent updates and active feature development

Facets

library · maturity maintenance

parser serialization developer-tools parsers files cpp cross-platform windows header-only sax dom -schema -pointer unicode high-performance linux macos

3 sources

Member repositories

RepositoryRoleHealth v2
Tencent/rapidjsonmain25

For agents

markdown · JSON · MCP: product_card(name="Tencent/rapidjson")

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