rsxml2json 0.1.1

A Rust library for converting XML to JSON format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "RDF": {
    "Description": {
      "-about": "http://www.recshop.fake/cd/The Money Store",
      "artist": "Death Grips",
      "company": "Third Worlds",
      "country": "USA",
      "price": "00.00",
      "year": "2012"
    }
  }
}