NSString *path = [[NSBundle mainBundle] pathForResource:@"card.json" ofType:nil];
NSData *jsonData = [NSData dataWithContentsOfFile:path];
NSDictionary *dict = [NSJSONSerialization JSONObjectWithData:jsonData
options:NSJSONReadingMutableContainers error:nil];