I defined some custom classes, such as Teacher, Student... Now I receive teacher info (JSON string) from remote server.
Teacher
Student
How can I convert the J
First, do you use JSON Parser? (if not, i'd recommend using SBJson).
Second, why not create an initWithDictionary init method in your custom class that returns self object?