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
Using mac utils
plutil -convert json -o output.json input.plist
plutil -convert xml1 input.json -o output.plist