使用python实现的将 .Plist文件转化为.Json文件的脚本工具
Primary LanguagePython
python PlistToJson.py a.plist b.json
a.plist是需要被转化的plist文件,b.json是生成的目标json文件.