Initial commit

This commit is contained in:
2022-09-03 02:28:03 +02:00
commit 7059efb6fa
8 changed files with 792 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"defaults": {
"bar": true
},
"items": [
{ "foo": 42 }
]
}

19
example/dataset.json Normal file
View File

@ -0,0 +1,19 @@
{
"datasets": {
"bank-holidays": {
"comment": "To use this dataset, open noccylabs/dataset-calendar#bank-holidays.se",
"se": {
"filename": "data/bank-holidays-2019-2022/se.csv",
"format": "csv separator=; skip=0 headers=1"
}
},
"example-json": {
"filename": "data/example.json",
"recordSelector": "items",
"defaultsSelector": "defaults"
},
"example-xml": {
"filename": "data/example.xml"
}
}
}