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

CoderMJLee/MJExtension

A fast, convenient and nonintrusive conversion framework between JSON and model. Your model class doesn't need to extend any base class. You don't need to modify any model file. observed · 2026-08-28

github.com/CoderMJLee/MJExtension · 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: 4485
  • days_rel: n/a
  • days_push: 903
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8493 stars · 2132 forks observed · 2026-08-28

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

MJExtension is a lightweight Objective-C framework for converting between JSON/dictionaries and model objects without requiring models to inherit from a base class or modify model files. It supports JSON-to-model and model-to-JSON conversion, model arrays, Core Data models, one-line Coding/SecureCoding, and key mapping customization.

Use cases

  • convert responses into objective-c model objects
  • serialize models back to dictionaries
  • map keys to differently named model properties
  • convert arrays into model arrays
  • implement nscoding for all model properties with one line of code
  • convert between core data models and

When to choose

  • you are building an Objective-C or mixed Objective-C/Swift iOS or macOS app
  • you want nonintrusive JSON-model conversion without a base model class
  • you need fast dictionary-to-model conversion with key mapping and type conversion features

When to avoid

  • you are building a pure Swift project where Codable is sufficient
  • you need cross-platform JSON serialization outside Apple platforms
  • you prefer modern Swift-native serialization like Codable or Swift's new Observation-driven approaches

Facets

library · maturity stable

serialization developer-tools apis mobile-development objective-c -to-model dictionary-to-model cocoapods core-data nonintrusive ios macos swift

1 source

Member repositories

RepositoryRoleHealth v2
CoderMJLee/MJExtensionmain23

For agents

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

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