Attributes to Cocoa properties?
Attributes to Cocoa properties?
- Subject: Attributes to Cocoa properties?
- From: Devraj Mukherjee <email@hidden>
- Date: Sat, 20 Aug 2011 16:48:47 +1000
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 (email@hidden)
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:
This email sent to email@hidden