xml2json-rs 1.0.1

A library for converting to and from XML/JSON
Documentation
{
  "rdf:RDF": {
    "$": {
      "xmlns:rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
      "xmlns:cd": "http://www.recshop.fake/cd#"
    },
    "rdf:Description": [
      {
        "$": {
          "rdf:about": "http://www.recshop.fake/cd/The Money Store"
        },
        "cd:artist": [
          "Death Grips"
        ],
        "cd:country": [
          "USA"
        ],
        "cd:company": [
          "Third Worlds"
        ],
        "cd:price": [
          "00.00"
        ],
        "cd:year": [
          "2012"
        ]
      }
    ]
  }
}