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

bestiejs/json3

A JSON polyfill. No longer maintained. observed · 2026-08-28

github.com/bestiejs/json3 · homepage · JavaScript · NOASSERTION (other) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived 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: n/a
  • age_days: 5318
  • days_rel: n/a
  • days_push: 2655
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1020 stars · 149 forks observed · 2026-08-28

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

JSON 3 is a JavaScript polyfill providing spec-compliant JSON.parse and JSON.stringify for older JavaScript platforms that lack native JSON support. It is deprecated and no longer maintained, with users directed to native JSON methods.

Use cases

  • add JSON support to old browsers without native JSON
  • parse JSON strings in legacy JavaScript environments
  • serialize JavaScript values to spec-compliant JSON
  • support ES5 JSON in old runtimes like IE7
  • avoid eval-based JSON parsing in legacy code

When to choose

  • maintaining a legacy codebase that already depends on it
  • targeting very old browsers or runtimes without native JSON

When to avoid

  • starting any new project
  • any environment with native JSON.parse/stringify (all modern platforms)
  • projects needing maintained dependencies or security updates

Facets

library · maturity abandoned

serialization parser web-development developer-tools browser cross-platform json polyfill es5 javascript deprecated nodejs

3 sources

Member repositories

RepositoryRoleHealth v2
bestiejs/json3main10

For agents

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

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