Working With(out) Plist Files
February 8, 2008
Plist files are an attack on civility. Let’s use Python to convert them to a JSON formatted file for easier data handling. We’ll explore using the Plistlib.py and SimpleJson libraries, badmouth XML a little, show some code, and have a rollicking good time.
For the occasion I’ve created plist2json.py, a command line script that converts a […]