# dropbox/json11

A tiny JSON library for C++11.

Repository: https://github.com/dropbox/json11
Canonical: https://ross.abutalabs.com/products/json11
Language: C++
License: MIT
License Family: permissive
Archived: true
Last push: 2020-03-25T23:27:28+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4744, "days_push": 2352, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2588, forks 620 (observed 2026-08-28T04:07:02.776342+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: serialization, parser
- domain: developer-tools, apis
- platform: cpp, cross-platform
- tags: c++11, header-only-friendly, lightweight

## Member repositories
- dropbox/json11 (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:02.776342+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:22:23.567144+00:00, confidence not recorded.
  - readme: https://github.com/dropbox/json11 (fetched 2026-08-28T04:07:02.776342+00:00, sha 339f117412ff)
- Data as of 2026-08-30T08:39:29.467469+00:00.
