Json和plist⽂件互转
⼀、json转plist
plutil -convert xml1 $name.json -o result.plist
⼆、plist转json
xml文件有什么作用plutil -convert json $name.plist -o result.json
三、json和plist互转脚本可直接保存为command⽂件执⾏
cd `dirname $0`
enable和unable区别cd
read -p "请选择需要转换的⽂件" name
read
then
if if[[ "${name##*.}"x ="json"x ]];then
plutil -convert xml1 $name -o result.plist
fi
then
if if[[ "${name##*.}"x ="plist"x ]];then
plutil -convert json $name -o result.json
#给json⽂件分⾏
太原linux培训机构python3 pythonh.py
fi
echo "执⾏完毕$name"
#执⾏完毕之后关闭窗⼝
osascript -e 'tell aplication "Terminal" to quit' & exit
四、json排序Python⽂件
widechartomultibyte linuximport ospython解析json文件
import re
import
fo=open("result.json", "r+")
adlines()
content=list[0]视频边框素材软件
place(",",",\n") fo.write(content)
fo.close()
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论