iOS .strings ↔ JSON Converter

Convert Localizable.strings files to JSON and back.

Support
Works Offline
Privacy First
No Login
No API
Keys
3

Localizable.strings

JSON output

About the iOS .strings ↔ JSON Converter

Parse an iOS or macOS Localizable.strings file into a flat JSON dictionary for translation pipelines, or turn a JSON dictionary back into a valid .strings file with proper escaping. Comments are stripped, escapes are handled and keys can be sorted alphabetically.

Examples

Single entry

"home.title" = "Welcome";

Output

{ "home.title": "Welcome" }

Keyboard shortcuts

  • Copy the main outputCtrl / ⌘ + Shift + C
  • Download the resultCtrl / ⌘ + S
  • Share this toolCtrl / ⌘ + Shift + S
  • Reset the inputsAlt + R
  • Open the tool search paletteCtrl / ⌘ + K

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-23 · Runs entirely in your browser