You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ObjectiveResource
First I'd like to thanks the authors for this handy lib they've
created.
My question is how ObjectiveResource is handling responses (JSON) with
one-to-many relations. I have a CATALOG model as response who contains
also many PRODUCTS and many IMAGES.
How should I organize the classes so I can receive the response in my
objective-c classes properly: CATALOG to go to Catalog.h class,
PRODUCTS to an NSArray of Product etc.