# serde-rs/json

Strongly typed JSON library for Rust

Repository: https://github.com/serde-rs/json
Canonical: https://ross.abutalabs.com/products/serde-rs-json
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: serde, rust, json
Last push: 2026-08-08T06:50:26+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 93, longevity 100
- inputs: {"age_days": 4124, "days_push": 25, "days_rel": 44, "gap_med": 9.0, "n_releases_24m": 27}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5631, forks 665 (observed 2026-08-28T04:09:25.986903+00:00)

## What it is
serde_json is the standard JSON serialization and deserialization library for Rust, built on the Serde framework. It converts between JSON text, untyped Value representations, and strongly typed Rust structs with high performance and safety.

## Use cases
- parse json in rust
- serialize rust structs to json
- deserialize json into typed structs
- validate and manipulate untyped json data
- read json from files or http endpoints
- build json api payloads in rust

## When to choose
- you need idiomatic, high-performance JSON handling in Rust
- you want compile-time derived Serialize/Deserialize for your types
- you need both typed and untyped JSON manipulation

## When to avoid
- you are not working in Rust
- you need a schema-validated binary format like protobuf instead of JSON

## Facets
- artifact type: library
- maturity: stable
- function: serialization, parser
- domain: developer-tools, web-development, apis
- platform: rust, cross-platform
- tags: json, serde, deserialization, strongly-typed, rust-library

## Member repositories
- serde-rs/json (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:25.986903+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-29T17:55:20.608000+00:00, confidence not recorded.
  - readme: https://github.com/serde-rs/json (fetched 2026-08-28T04:09:25.986903+00:00, sha 0e29954b4474)
- Data as of 2026-08-30T08:39:29.467469+00:00.
