rsxml2json 0.1.1

A Rust library for converting XML to JSON format
Documentation
{
  "Tests": {
    "Test": [
      {
        "-TestId": "0001",
        "-TestType": "CMD",
        "CommandLine": "Examp1.EXE",
        "Input": "1",
        "Name": "Convert number to string",
        "Output": "One"
      },
      {
        "-TestId": "0002",
        "-TestType": "CMD",
        "CommandLine": "Examp2.EXE",
        "Input": "abc",
        "Name": "Find succeeding characters",
        "Output": "def"
      },
      {
        "-TestId": "0003",
        "-TestType": "GUI",
        "CommandLine": "Examp2.EXE /Verbose",
        "Input": "123",
        "Name": "Convert multiple numbers to strings",
        "Output": "One Two Three"
      },
      {
        "-TestId": "0004",
        "-TestType": "GUI",
        "CommandLine": "Examp3.EXE",
        "Input": "a1",
        "Name": "Find correlated key",
        "Output": "b1"
      },
      {
        "-TestId": "0005",
        "-TestType": "GUI",
        "CommandLine": "FinalExamp.EXE",
        "Input": "This is a test",
        "Name": "Count characters",
        "Output": "14"
      },
      {
        "-TestId": "0006",
        "-TestType": "GUI",
        "CommandLine": "Examp2.EXE",
        "Input": "Test Input",
        "Name": "Another Test",
        "Output": "10"
      }
    ]
  }
}