SBJson/SBJson
This framework implements a strict JSON parser and generator in Objective-C. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 83
- Release rhythm 52
- Longevity 100
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: 5924
- days_rel: 110
- days_push: 107
- n_releases_24m: 1
Adoption not part of the score
3717 stars · 676 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SBJson is an Objective-C framework providing a strict JSON parser and generator with stream/chunk-based operation. It lets you parse JSON incrementally, calling a block per root-level document or array entry as data arrives.
Use cases
- parse JSON incrementally as it downloads over a slow connection
- parse very large JSON documents without loading them fully into memory
- generate JSON from Objective-C objects
- process a stream of multiple JSON documents
- strict JSON parsing in iOS or macOS apps
When to choose
- you are developing in Objective-C for Apple platforms and need streaming/chunked JSON parsing
- you need to parse huge JSON files with low memory usage
- you want to reduce perceived latency by parsing before a download completes
When to avoid
- you are using Swift and prefer native JSONSerialization or Codable
- you need actively developed software with frequent updates
- you need non-strict or lenient JSON parsing
Facets
library · maturity maintenance
parser serialization parsers developer-tools mobile-development cross-platform objective-c streaming-parser chunk-based carthage cocoa ios macos
1 source
- readme: https://github.com/SBJson/SBJson · fetched 2026-08-28 · f88801cf0bc1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| SBJson/SBJson | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem