rsxml2json 0.1.1

A Rust library for converting XML to JSON format
Documentation
{
  "Root": {
    "Data": [
      {
        "Category": "A",
        "Price": "24.50",
        "Quantity": "3"
      },
      {
        "Category": "B",
        "Price": "89.99",
        "Quantity": "1"
      },
      {
        "Category": "A",
        "Price": "4.95",
        "Quantity": "5"
      },
      {
        "Category": "A",
        "Price": "66.00",
        "Quantity": "3"
      },
      {
        "Category": "B",
        "Price": ".99",
        "Quantity": "10"
      },
      {
        "Category": "A",
        "Price": "29.00",
        "Quantity": "15"
      },
      {
        "Category": "B",
        "Price": "6.99",
        "Quantity": "8"
      }
    ],
    "TaxRate": "7.25"
  }
}