gpt4 book ai didi

iphone - ios如何将json数据调用保存为文件

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:46:04 25 4
gpt4 key购买 nike

你们中有人知道如何将 json 数据调用保存到文件中吗?

self.results=[NSJSONSerialization
JSONObjectWithData:jsonData
options:0
error:&error];

我试过:

 [_results writeToFile:@"jsonFile" atomically:YES];

但是我没有看到文件:

NSArray * directoryContents = [[NSFileManager defaultManager] contentsOfDirectoryAtPath:目录错误:&error];

file path (
"Default-568h@2x.png",
"Default.png",
"Default@2x.png",
"en.lproj",
"Info.plist",
"JSON Generator",
PkgInfo
)

你们有谁知道我做错了什么吗?

非常感谢你的帮助

最佳答案

JSONObjectWithData 返回 NSArrayNSDictionary 或 nil。如果不是 nil 写成:

- (BOOL)writeToFile:(NSString *)path atomically:(BOOL)flag

关于iphone - ios如何将json数据调用保存为文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14106469/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com