讀取本地json文件

        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

相關文章
相關標籤/搜索