cleaned up a bit

This commit is contained in:
2021-09-17 09:25:36 +10:00
parent 88524eea4c
commit ad7b81f448
11 changed files with 155 additions and 146 deletions

17
examples/sample.json Normal file
View File

@ -0,0 +1,17 @@
{
"game": {
"name": "Game Name"
},
"category": {
"name": "Catagory Name"
},
"segments": [{
"name": "First Split"
}, {
"name": "Second Split"
}, {
"name": "Third Split"
}, {
"name": "Last Split"
}]
}