Plist ↔ JSON Converter (Info.plist)

Convert Apple property lists to JSON and back.

Support
Works Offline
Privacy First
No Login
No API

Info.plist XML

JSON output

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

Frequently asked questions

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