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

simplejson/simplejson

simplejson is a simple, fast, extensible JSON encoder/decoder for Python observed · 2026-08-28

github.com/simplejson/simplejson · homepage · Python · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

99/100

  • Activity 99
  • Release rhythm 99
  • 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-03. Adoption (stars, forks) is never an input.

  • gap_med: 3
  • age_days: 5687
  • days_rel: 7
  • days_push: 7
  • n_releases_24m: 8

Full methodology

Adoption not part of the score

1711 stars · 355 forks observed · 2026-08-28

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

simple is a simple, fast, complete and extensible JSON encoder/decoder for Python 3.8+ with legacy Python 2.7 support. It is pure Python with an optional C extension for speed, and is the externally maintained development version of Python's built-in library.

Use cases

  • serialize and deserialize JSON in Python
  • parse JSON strings with custom encodings
  • customize JSON serialization for arbitrary objects
  • post-process parsed JSON with object hooks
  • embed pre-encoded JSON with RawJSON
  • get faster JSON performance than the stdlib via C extension
  • maintain legacy Python 2.7 codebases needing JSON

When to choose

  • you need JSON features or bug fixes not yet in the stdlib module
  • you need to support Python 2.7 alongside Python 3
  • you need faster JSON encoding/decoding via the optional C extension
  • you need extensible serialization with default hooks or object_hooks

When to avoid

  • your project only targets modern Python and stdlib meets your needs
  • you need a non-JSON serialization format
  • you want a zero-maintenance dependency-free solution

Facets

library · maturity stable

serialization parser developer-tools apis files python -encoder -decoder c-extension python2-legacy

1 source

Member repositories

RepositoryRoleHealth v2
simplejson/simplejsonmain99

For agents

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

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