/StringsToJSON

Converts any NS plist or strings file to JSON

Primary LanguageSwiftGNU General Public License v2.0GPL-2.0

StringsToJSON

Converts any NS plist or strings file to JSON

Maybe you need to convert a localisation file to JSON as part of your deploy or build flow. This tool will convert your Strings file ( or any standard Xcode plist)to JSON

Usage: StringsToJSON <source-file> [output-file]
source-file is required 
output-file is optional , otherwise .JSON is appended to source-file path