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

json4s/json4s

JSON library observed · 2026-08-28

github.com/json4s/json4s · Scala · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

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: 5123
  • days_rel: n/a
  • days_push: 12
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1485 stars · 324 forks observed · 2026-08-28

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

4s is a Scala JSON library providing a common JSON AST (JValue) with parsing, formatting, and transformation utilities. It originated as a fork of lift- and offers both a native parser and a Jackson-backed parser.

Use cases

  • parse in scala
  • serialize case classes to
  • query and transform documents with xpath-like expressions
  • convert between and xml
  • diff and merge documents
  • use jackson with a lift- style ast

When to choose

  • you need a shared JSON AST across Scala libraries
  • you want case class extraction from parsed JSON
  • you need XML-to-JSON conversion or diff/merge features
  • you prefer lift-'s API without Lift's release cycle

When to avoid

  • you want the fastest possible JSON parsing in Scala (consider circe or jackson directly)
  • you need typeclass-based JSON codecs with strong compile-time guarantees
  • you are not working on the JVM or with Scala

Facets

library · maturity stable

serialization parser developer-tools backend web-development jvm scala jackson -ast lift- case-class-extraction

1 source

Member repositories

RepositoryRoleHealth v2
json4s/json4smain76

For agents

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

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