Convert PList to JSON

Form for PList converting to JSON

This form allows you convert PList data to JSON object, paste or upload your PList file below:


Your result can be seen below.

Result of PList conversion to JSON


Move to "Paste Code" for Save it

About PList conversion to JSON

About PList data conversion to JSON object

The PList to JSON Converter was created for online transform PList(Property List) data into JSON(JavaScript Object Notation) object. This can be useful for testing, debugging or importing data from an PList file into a JSON. No need to download or install any software.

How it Works?

Just paste your PList xml data to the textarea above and click to the button "Convert" and you will instantly get JSON.

Example of PList conversion to JSON

Before:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Website</key>
    <string>wtools.io</string>
    <key>Safe</key>
    <true/>
    <key>Count of tools</key>
    <integer>225</integer>
    <key>price</key>
    <real>100.23</real>
    <key>Menu</key>
    <array>
        <string>Sandbox</string>
        <string>Paste Code</string>
        <string>Snippets</string>
        <string>Generators</string>
        <string>Checks</string>
        <string>Convertors</string>
    </array>
</dict>
</plist>
After:
{
	"Website": "wtools.io",
	"Safe": true,
	"Count of tools": 225,
	"price": 100.23,
	"Menu": ["Sandbox", "Paste Code", "Snippets", "Generators", "Checks", "Convertors"]
}
After the conversion, you can apply the JSON object to your project or use it for some other purpose.
Donate

Did you like this tool? You can donate to us. This will help us improve our free web tools.

Paypal