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

ant0ine/go-json-rest

A quick and easy way to setup a RESTful JSON API observed · 2026-08-28

github.com/ant0ine/go-json-rest · homepage · 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-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4943
  • days_rel: n/a
  • days_push: 2048
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3486 stars · 372 forks observed · 2026-08-28

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

Go-Json-Rest is a thin Go library on top of net/http for quickly building RESTful JSON APIs. It provides Trie-based routing, JSON request/response helpers, and a middleware stack for CORS, auth, gzip, logging, and more.

Use cases

  • build a restful json api in go
  • set up json endpoints with routing and middleware
  • add cors and basic auth to a go http server
  • serve a json api alongside static files
  • version a rest api in go

When to choose

  • you want a lightweight, minimal REST framework on top of net/http
  • you need built-in middlewares like CORS, auth, gzip, and access logging
  • you want fast Trie-based URL routing for JSON APIs

When to avoid

  • you need an actively developed framework with modern Go module support
  • you want a full-featured framework with dependency injection or code generation
  • you are building GraphQL or gRPC services instead of REST

Facets

library · maturity maintenance

web-framework api-framework routing middleware http-server serialization web-development backend apis go windows cross-platform rest json-api net-http trie-router cors jwt microservices linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
ant0ine/go-json-restmain23

For agents

markdown · JSON · MCP: product_card(name="ant0ine/go-json-rest")

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