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

ibireme/YYModel

High performance model framework for iOS/OSX. observed · 2026-08-28

github.com/ibireme/YYModel · Objective-C · 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: 3968
  • days_rel: n/a
  • days_push: 1351
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4349 stars · 923 forks observed · 2026-08-28

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

YYModel is a high-performance JSON-to-model conversion framework for iOS and macOS written in Objective-C. It converts between JSON/dictionaries and native model objects with automatic type conversion, type safety, and no need for base-class inheritance.

Use cases

  • convert JSON API responses into Objective-C model objects
  • serialize model objects back to JSON dictionaries
  • map nested JSON structures to nested model classes
  • automatically convert types like strings to dates or numbers
  • replace slow reflection-based JSON mapping with a faster library
  • parse JSON into models without inheriting from a base class

When to choose

  • you are building an iOS or macOS app in Objective-C or Swift that consumes JSON APIs
  • you need extremely fast JSON-to-model conversion close to handwritten performance
  • you want a lightweight, non-intrusive library with only a few files
  • you need robust automatic type conversion between JSON and Objective-C types

When to avoid

  • you are not targeting Apple platforms
  • you prefer Swift-native Codable for JSON handling in a pure Swift codebase
  • you need cross-platform serialization beyond iOS/macOS
  • the project requires actively maintained dependencies with frequent updates

Facets

library · maturity maintenance

serialization developer-tools mobile-development developer-tools apis cpp -to-model objective-c model-mapping cocoapods high-performance ios macos swift

1 source

Member repositories

RepositoryRoleHealth v2
ibireme/YYModelmain23

For agents

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

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