Plist ↔ JSON Converter (Info.plist)
Convert Apple property lists to JSON and back.
Info.plist XML
JSON output
Couldn't convert the input
DOMParser is not defined
About the Plist ↔ JSON Converter (Info.plist)
Read an Xcode Info.plist or any XML property list and turn it into readable JSON, or build a valid plist from JSON with the correct doctype, dict, array, string, integer, real and boolean nodes. Handy for inspecting iOS and macOS bundle settings, diffing configuration or scripting build changes.
Examples
Bundle id
<key>CFBundleIdentifier</key><string>com.a.b</string>Output
{ "CFBundleIdentifier": "com.a.b" }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
iOS .strings ↔ JSON Converter
Converters
Convert Localizable.strings files to JSON and back.
JSON to Swift Codable Converter
Converters
Turn JSON into Swift structs that conform to Codable.
Android strings.xml ↔ JSON Converter
Converters
Convert Android string resources to JSON and back.
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