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