📄 JSON to XML Converter

Convert JSON data to XML format
Input
Output
Examples:
Input Example
{
  "a": {
    "_attributes": {
      "x": "1.234",
      "y": "It's"
    }
  }
}
Output Example
<a x="1.234" y="It's"/>