JSON ↔ XML Converter
Convert between JSON and XML formats. Transform your data between these popular data serialization formats.
JSON Input
About JSON and XML
JSON
JSON (JavaScript Object Notation) is a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.
XML
XML (XML Ain't Markup Language) is a human-friendly data serialization standard that can be used in conjunction with all programming languages and is often used for configuration files.