Is there a command line tool available for converting .plist files to JSON?
If not, what would be the approach for creating one using Objective-C or C on a Mac? For
I wrote a tool in python to do this. See here:
http://sourceforge.net/projects/plist2json
Works from command line on os x or linux distros, batch converts a directory. It's short and simple so it should be easy to modify for your own purposes.