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

Instagram/ig-json-parser

Fast JSON parser for java projects observed · 2026-08-28

github.com/Instagram/ig-json-parser · homepage · Java · MIT (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

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

Full methodology

Adoption not part of the score

1317 stars · 127 forks observed · 2026-08-28

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

A fast JSON parser library for Java projects that uses annotation processing to generate serializers and deserializers at compile time. Model classes are annotated with @JsonType and @JsonField, and helper classes are auto-generated for parsing and serialization.

Use cases

  • parse json into java objects quickly
  • generate json serializers and deserializers at compile time
  • fast json parsing on android
  • avoid reflection overhead in json parsing
  • map json fields to java model classes with annotations

When to choose

  • you need maximum json parsing performance on the JVM or Android
  • you prefer compile-time code generation over runtime reflection
  • you want a lightweight annotation-based json mapping solution

When to avoid

  • you need a maintained library with active development
  • you want runtime-flexible json parsing without annotation processing
  • you prefer popular alternatives like Moshi or Jackson with broader ecosystem support

Facets

library · maturity maintenance

parser serialization developer-tools mobile-development backend jvm json annotation-processor code-generation android

1 source

Member repositories

RepositoryRoleHealth v2
Instagram/ig-json-parsermain10

For agents

markdown · JSON · MCP: product_card(name="Instagram/ig-json-parser")

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