Hi all, I am working on a REST API client, the server speaks JSON and my client library parses them into Objective-C objects. I am trying to find a way that I can automate the parsing process by introspecting the class etc.
The server response contains related objects, e.g Category has Listings. To assist with the introspection I was hoping to use for lack of better words, something like decorators in Python to provide extra information about the property. Is there a parallel construct in Objective-C? Any other ideas to handle tackle the scenario? Thanks for your time. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com