xml-conversion/converted/JsonML/pretty.json
2020-09-27 12:39:32 +03:00

71 lines
864 B
JSON

[
"items",
{
"xsi:noNamespaceSchemaLocation": "config.xsd",
"xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance"
},
[
"item",
{
"id": 1234
},
[
"name",
"Item"
],
[
"award",
[
"resource",
{
"type": "money"
},
[
"type",
"money"
],
[
"count",
100
]
],
[
"resource",
{
"type": "item"
},
[
"type",
"item"
],
[
"count",
2
],
[
"itemId",
5
]
]
]
],
[
"item",
{
"id": 1235
},
[
"name",
"Item 2"
],
[
"alias",
"item"
],
[
"alias",
"12345"
]
]
]