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

francoispqt/gojay

high performance JSON encoder/decoder with stream API for Golang observed · 2026-08-28

github.com/francoispqt/gojay · Go · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3052
  • days_rel: n/a
  • days_push: 1015
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2133 stars · 112 forks observed · 2026-08-28

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

GoJay is a high-performance JSON encoder/decoder library for Go that avoids reflection by using small interfaces, with support for stream decoding/encoding of delimited JSON from io.Reader/io.Writer. It also includes an optional unsafe API and a code generation tool to reduce boilerplate.

Use cases

  • decode faster than encoding/
  • parse newline-delimited streams from tcp or stdout
  • encode a flow of objects to a writer
  • reduce allocations in marshaling
  • generate marshaler code for structs
  • parse large files incrementally

When to avoid

  • you just need simple, standard handling and prefer encoding/ compatibility
  • you want a library with frequent updates and active maintenance
  • you rely on reflection-based generic marshaling of arbitrary structs

Facets

library · maturity maintenance

serialization parser streaming developer-tools apis go cross-platform zero-reflection stream-decoding code-generation performance data-engineering

1 source

Member repositories

RepositoryRoleHealth v2
francoispqt/gojaymain23

For agents

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

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