xml-decoder
Version:
another xml reader with build in transformations
38 lines (37 loc) • 592 B
JSON
{
"root": {
"@tag": "root",
"xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"xsi:noNamespaceSchemaLocation": "",
"person": [
{
"@tag": "person1",
"uid": "p1"
},
{
"@tag": "person2",
"id": "p2"
},
{
"@tag": "person1",
"uid": "p3"
},
{
"@tag": "person2",
"id": "p4"
},
{
"@tag": "person1",
"uid": "p5"
},
{
"@tag": "person2",
"id": "p6"
}
],
"multi": [
"aaa",
"bbb"
]
}
}