Add files
This commit is contained in:
1
converted/JsonML/config.json
Normal file
1
converted/JsonML/config.json
Normal file
@ -0,0 +1 @@
|
||||
["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"]]]
|
70
converted/JsonML/pretty.json
Normal file
70
converted/JsonML/pretty.json
Normal file
@ -0,0 +1,70 @@
|
||||
[
|
||||
"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"
|
||||
]
|
||||
]
|
||||
]
|
Reference in New Issue
Block a user