I am trying to build a parser/objectMapper that will build Objective C objects for the JSON I consume from a REST service.
I took some inspiration from RestKit by having
My recommendation is to use the Motis category on NSObject. It is light-weight, performs automatic validation to your object types and very simple to use.
There is an exapmle in this other question: Mapping JSON objects in custom objects
Hope it is useful.