1 repository
Utilities that map data formats to native language classes.
Distinct from Objective-C: Distinct from general Objective-C tools: specifically handles the translation of JSON types into native Objective-C classes.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Object Mappers. Refine with filters or upvote what's useful.
SBJson is an Objective-C JSON parser and generator designed for the parsing and generation of JSON data. It functions as a strict JSON validator, enforcing rigid grammar rules to ensure input data adheres to formal specifications. The project features an incremental JSON stream parser that processes UTF8 data in chunks to extract documents without loading the entire payload into memory. It also serves as a JSON data serializer that transforms native data objects into formatted strings using deterministic key sorting. The system manages data serialization workflows and implements security mea
Translates JSON types into native Objective-C classes for direct data manipulation within the runtime.