- Is there an Library to support NSDictionary travelling in objective-c
- [[[book objectForKey:@"author"] objectForKey@"contact"] objectForKey:@"mobile"]
- [[[[book objectForKey:@"author"] objectAtIndex:0] objectForKey"@"contact"] objectForKey:@"mobile"]
- id obj = [book valueForKeyPath:@"author.contact.mobile"];