Add files
This commit is contained in:
1
converted/Abdera/config.json
Normal file
1
converted/Abdera/config.json
Normal file
@ -0,0 +1 @@
|
||||
{"attributes": {"xsi:noNamespaceSchemaLocation": "config.xsd"}, "children": [{"item": [{"attributes": {"id": 1234}, "children": [{"name": "Item", "award": {"resource": [{"attributes": {"type": "money"}, "children": [{"type": "money", "count": 100}]}, {"attributes": {"type": "item"}, "children": [{"type": "item", "count": 2, "itemId": 5}]}]}}]}, {"attributes": {"id": 1235}, "children": [{"name": "Item 2", "alias": ["item", "12345"]}]}]}]}
|
62
converted/Abdera/pretty.json
Normal file
62
converted/Abdera/pretty.json
Normal file
@ -0,0 +1,62 @@
|
||||
{
|
||||
"attributes": {
|
||||
"xsi:noNamespaceSchemaLocation": "config.xsd"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"item": [
|
||||
{
|
||||
"attributes": {
|
||||
"id": 1234
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Item",
|
||||
"award": {
|
||||
"resource": [
|
||||
{
|
||||
"attributes": {
|
||||
"type": "money"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "money",
|
||||
"count": 100
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"type": "item"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"type": "item",
|
||||
"count": 2,
|
||||
"itemId": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"attributes": {
|
||||
"id": 1235
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"name": "Item 2",
|
||||
"alias": [
|
||||
"item",
|
||||
"12345"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user