XML to JSON Library Comparison

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

xml-js

{
  "declaration": {
    "attributes": {
      "version": "1.0"
    }
  },
  "elements": [
    {
      "type": "instruction",
      "name": "xml-stylesheet",
      "instruction": "href=\"catalog.xsl\" type=\"text/xsl\""
    },
    {
      "type": "doctype",
      "doctype": "catalog SYSTEM \"catalog.dtd\""
    },
    {
      "type": "element",
      "name": "catalog",
      "elements": [
        {
          "type": "element",
          "name": "product",
          "attributes": {
            "description": "Cardigan Sweater",
            "product_image": "cardigan.jpg"
          },
          "elements": [
            {
              "type": "element",
              "name": "catalog_item",
              "attributes": {
                "gender": "Men's"
              },
              "elements": [
                {
                  "type": "element",
                  "name": "item_number",
                  "elements": [
                    {
                      "type": "text",
                      "text": "QWZ5671"
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "price",
                  "elements": [
                    {
                      "type": "text",
                      "text": "39.95"
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "size",
                  "attributes": {
                    "description": "Medium"
                  },
                  "elements": [
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "red_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Red"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "burgundy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Burgundy"
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "size",
                  "attributes": {
                    "description": "Large"
                  },
                  "elements": [
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "red_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Red"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "burgundy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Burgundy"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "type": "element",
              "name": "catalog_item",
              "attributes": {
                "gender": "Women's"
              },
              "elements": [
                {
                  "type": "element",
                  "name": "item_number",
                  "elements": [
                    {
                      "type": "text",
                      "text": "RRX9856"
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "price",
                  "elements": [
                    {
                      "type": "text",
                      "text": "42.50"
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "size",
                  "attributes": {
                    "description": "Small"
                  },
                  "elements": [
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "red_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Red"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "navy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Navy"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "burgundy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Burgundy"
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "size",
                  "attributes": {
                    "description": "Medium"
                  },
                  "elements": [
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "red_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Red"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "navy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Navy"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "burgundy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Burgundy"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "black_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Black"
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "size",
                  "attributes": {
                    "description": "Large"
                  },
                  "elements": [
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "navy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Navy"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "black_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Black"
                        }
                      ]
                    }
                  ]
                },
                {
                  "type": "element",
                  "name": "size",
                  "attributes": {
                    "description": "Extra Large"
                  },
                  "elements": [
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "burgundy_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Burgundy"
                        }
                      ]
                    },
                    {
                      "type": "element",
                      "name": "color_swatch",
                      "attributes": {
                        "image": "black_cardigan.jpg"
                      },
                      "elements": [
                        {
                          "type": "text",
                          "text": "Black"
                        }
                      ]
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}