我需要将NextStep Plist字符串转换为JSON格式 有没有图书馆可以做?
答案 0 :(得分:1)
[NSJSONSerialization dataWithJSONObject:(id) options:(NSJSONWritingOptions) error:(NSError *__autoreleasing *)]
答案 1 :(得分:0)
转换FILENAME从OS X中的命令行:
plutil -convert json -r -e json FILENAME
这会将文件转换为JSON格式并为其提供.json扩展名。