美文网首页
json与plist互转(使用终端)

json与plist互转(使用终端)

作者: 神SKY | 来源:发表于2018-03-29 15:36 被阅读6次

    打开终端,cd找到需要转化的文件路径
    根据需求,输入对应语句。如下:
    json to plist:

    plutil -convert xml1 data.json -o data.plist
    

    plist to json:

    plutil -convert json data.plist -o data.json
    

    相关文章

      网友评论

          本文标题:json与plist互转(使用终端)

          本文链接:https://www.haomeiwen.com/subject/vlgmcftx.html