XML to JSON Library Comparison

Example XML tXml tXml Simplified xml-js xml-js Compact fast-xml-parser w/o ignoreAttributes xml2js

tXml Simplified

{
  "?xml": "",
  "?xml-stylesheet": "",
  "catalog": {
    "product": {
      "catalog_item": [
        {
          "item_number": "QWZ5671",
          "price": "39.95",
          "size": [
            {
              "color_swatch": [
                "Red",
                "Burgundy"
              ],
              "_attributes": {
                "description": "Medium"
              }
            },
            {
              "color_swatch": [
                "Red",
                "Burgundy"
              ],
              "_attributes": {
                "description": "Large"
              }
            }
          ],
          "_attributes": {
            "gender": "Men's"
          }
        },
        {
          "item_number": "RRX9856",
          "price": "42.50",
          "size": [
            {
              "color_swatch": [
                "Red",
                "Navy",
                "Burgundy"
              ],
              "_attributes": {
                "description": "Small"
              }
            },
            {
              "color_swatch": [
                "Red",
                "Navy",
                "Burgundy",
                "Black"
              ],
              "_attributes": {
                "description": "Medium"
              }
            },
            {
              "color_swatch": [
                "Navy",
                "Black"
              ],
              "_attributes": {
                "description": "Large"
              }
            },
            {
              "color_swatch": [
                "Burgundy",
                "Black"
              ],
              "_attributes": {
                "description": "Extra Large"
              }
            }
          ],
          "_attributes": {
            "gender": "Women's"
          }
        }
      ],
      "_attributes": {
        "description": "Cardigan Sweater",
        "product_image": "cardigan.jpg"
      }
    }
  }
}