Last Updated: September 29, 2021
·
9.642K
· cherifya

Convert plist to json

If you are on a Mac you can use the plutil tool on the command line (this comes with the developer tools I believe):

plutil -convert json Data.plist -o Data.json