Convert XML data into JSON.
β
Add to favorites for quick access from the home page
Tools often used together with this one
Format and validate JSON. Paste minified JSON, get pretty-printed output.
Convert JSON data into XML format.
Convert CSV data to JSON format. Paste CSV, get structured JSON.
Compare two JSON objects and highlight differences.
Input: <user><name>Alice</name><age>30</age></user> Output: {"user":{"name":"Alice","age":"30"}}