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