xml2json-rs 1.0.1

A library for converting to and from XML/JSON
Documentation
{
  "SOAP-ENV:Envelope": {
    "$": {
      "xmlns:SOAP-ENV": "env",
      "xmlns:ns1": "ns1"
    },
    "SOAP-ENV:Body": {
      "ns1:createWorkflowProof": {
        "SessionID": [
          "sid"
        ],
        "OwnerID": [
          "0"
        ],
        "Hash": [
          "browns"
        ]
      }
    }
  }
}