JSON is rapidly becoming the de facto standard data serialization format for Web APIs, used in thousands of applications. Creating model classes based on this content has been a tedious chore that invites bugs and heartache.
Until now.
Objectify saves you time and effort by spinning through any JSON content you give it, building customizable models that can be exported as Objective-C header and implementation files, ready to be dragged into your
More...
What's New
- Fixed a potential crash when automatically merging models with the same JSON key
- Generated
dictionaryRepresentation
method now checks if non-scalar properties are nil before adding them to the dictionary - NSCoder implementation now calls the appropriate superclass methods if not a subclass of
NSObject
Objectify User Discussion
Ratings
Details