warrenburton / StringsToJSON

Converts any NS plist or strings file to JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Converts any NS plist or strings file to JSON

License:GNU General Public License v2.0


Languages

Language:Swift 100.0%