dropbox/json11
A tiny JSON library for C++11. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: 4744
- days_rel: n/a
- days_push: 2352
- n_releases_24m: 0
Adoption not part of the score
2588 stars · 620 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
11 is a tiny JSON library for C++11 providing JSON parsing and serialization through a value-type Json object. It supports initializer-list construction, implicit conversion from user types, and query methods for inspecting parsed values.
Use cases
- parse strings in c++
- serialize c++ objects to
- build objects with initializer lists
- read values from parsed documents
- embed a minimal parser without heavy dependencies
When to choose
- you need a small, dependency-free JSON library for C++11
- you want simple value-semantics JSON objects with parse and dump
- your project only needs basic JSON parsing and serialization
When to avoid
- you need high-performance or standards-compliant JSON with full feature coverage
- you need JSON schema validation, streaming, or SAX-style parsing
- you want an actively developed library with ongoing fixes
Facets
library · maturity maintenance
serialization parser developer-tools apis cpp cross-platform c++11 header-only-friendly lightweight
1 source
- readme: https://github.com/dropbox/json11 · fetched 2026-08-28 · 339f117412ff
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dropbox/json11 | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem