A simple JavaScript utility to parse, edit, and convert plist/json files
Install: npm install -g jsplist
Usage: jsplist [options] <file
>
Options:
-h, --help output usage information
-g, --get <get> Get value of comma delimited (for nested) property name
-s, --set <set> Set value of comma delimited (for nested) property name
-v, --value <value> The value to set for entry in JSON notation
-f, --format <format> The output format: plist/json, default plist