#json-parser #json #xcstrings

swift_localizable_json_parser

Parse Localizable.xcstrings

40 releases

0.1.40 Aug 24, 2024
0.1.39 Aug 24, 2024
0.1.3 May 23, 2024

#171 in Internationalization (i18n)


Used in xcstringsdocx

MIT license

25KB
521 lines

Parse Localizable.xcstrings

This small library can parse Localizable.xcstrings in JSON format. Call either one of the 3 public parse functions to get back a Localizable struct back. With the Localizable struct you can write Android message resource files automatically. This is useful when you want to share message resource between apple and android apps.

Dependencies

~3–5MB
~91K SLoC