# EnjoySR/ESJsonFormat-Xcode

将JSON格式化输出为模型的属性

Repository: https://github.com/EnjoySR/ESJsonFormat-Xcode
Canonical: https://ross.abutalabs.com/products/esjsonformat-xcode
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2019-10-23T13:40:59+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4084, "days_push": 2506, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2117, forks 350 (observed 2026-08-28T04:06:16.329585+00:00)

## What it is
An Xcode plugin that converts JSON strings into Objective-C (and Swift) model property declarations, with options for generics, MJExtension helper methods, and writing output to files. It was last updated for Xcode 9 in 2019 and relies on the legacy Xcode plugin mechanism.

## Use cases
- generate model properties from json in xcode
- convert json to objective-c model classes
- generate swift model from json string
- create mjextension model classes from json
- xcode plugin to format json into properties

## When to choose
- you maintain a legacy iOS project on Xcode 8/9 with unsigned-plugin support
- you frequently hand-write Objective-C model properties from JSON responses
- your project uses MJExtension and you want objectClassInArray methods generated

## When to avoid
- you use modern Xcode versions, which no longer support this plugin mechanism
- you prefer Swift Codable code generation from active tools
- you need a maintained tool with recent bug fixes

## Facets
- artifact type: plugin
- maturity: abandoned
- function: serialization, developer-tools
- domain: developer-tools, mobile-development
- platform: editor-plugin
- tags: xcode-plugin, json-to-model, objective-c, ios-development, mjextension, alcatraz, code-generation, automation, macos

## Member repositories
- EnjoySR/ESJsonFormat-Xcode (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:16.329585+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:53:07.231068+00:00, confidence not recorded.
  - readme: https://github.com/EnjoySR/ESJsonFormat-Xcode (fetched 2026-08-28T04:06:16.329585+00:00, sha 3d0cde9e97fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
