json plist convert

151 阅读1分钟
plutil -convert json -o output.json input.plist
plutil -convert xml1 input.json -o output.plist

参考

objective c - Command-line tool for converting PLIST to JSON? - Stack Overflow