iOS .strings ↔ JSON Converter
Convert Localizable.strings files to JSON and back.
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
Plist ↔ JSON Converter (Info.plist)
Converters
Convert Apple property lists to JSON and back.
Android strings.xml ↔ JSON Converter
Converters
Convert Android string resources to JSON and back.
JSON to Swift Codable Converter
Converters
Turn JSON into Swift structs that conform to Codable.
Csv To Json
Converters
Convert between CSV and JSON with delimiter and header options.
Csv To Markdown Table
Converters
Convert CSV into a Markdown or HTML table with alignment options.
CSV to SQL INSERT
Converters
Generate SQL INSERT statements from CSV data.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-23 · Runs entirely in your browser