# johnezang/JSONKit

Objective-C JSON

Repository: https://github.com/johnezang/JSONKit
Canonical: https://ross.abutalabs.com/products/jsonkit
Language: Objective-C
License Family: other
Last push: 2020-11-22T17:51:42+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5881, "days_push": 2110, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6176, forks 1623 (observed 2026-08-28T04:09:37.746285+00:00)

## What it is
JSONKit is a very high performance Objective-C JSON parsing and serializing library for Mac OS X and iOS. It predates and outperformed NSJSONSerialization but has not been actively maintained since around 2011.

## Use cases
- parse json in objective-c on ios
- serialize nsdictionary to json fast
- high performance json parsing for ios apps
- convert json to nsarray and nsdictionary
- faster alternative to nsjsonserialization

## When to choose
- you are maintaining a legacy Objective-C codebase already using JSONKit
- you need maximum JSON parse/serialize speed on old iOS targets

## When to avoid
- starting a new project - use NSJSONSerialization instead
- you need maintained, supported code with a clear license file
- you target modern Swift-first codebases

## Facets
- artifact type: library
- maturity: abandoned
- function: serialization, parser
- domain: developer-tools, apis, mobile-development
- platform: cpp
- tags: objective-c, json, high-performance, legacy, macos, ios

## Member repositories
- johnezang/JSONKit (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:37.746285+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-29T17:47:25.806078+00:00, confidence not recorded.
  - readme: https://github.com/johnezang/JSONKit (fetched 2026-08-28T04:09:37.746285+00:00, sha 23dcb239ef7a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
