add: database json assets

This commit is contained in:
Inanc Gumus
2019-09-08 14:43:11 +03:00
parent 4dadfb5cfd
commit e4e3101ecf
2 changed files with 54 additions and 0 deletions

54
assets/database.json Normal file
View File

@ -0,0 +1,54 @@
[
{
"Type": "book",
"Item": {
"Title": "moby dick",
"Price": 10,
"Published": 118281600
}
},
{
"Type": "book",
"Item": {
"Title": "odyssey",
"Price": 15,
"Published": 733622400
}
},
{
"Type": "book",
"Item": {
"Title": "hobbit",
"Price": 25,
"Published": -62135596800
}
},
{
"Type": "puzzle",
"Item": {
"Title": "rubik's cube",
"Price": 5
}
},
{
"Type": "game",
"Item": {
"Title": "minecraft",
"Price": 20
}
},
{
"Type": "game",
"Item": {
"Title": "tetris",
"Price": 5
}
},
{
"Type": "toy",
"Item": {
"Title": "yoda",
"Price": 150
}
}
]

BIN
assets/database.json.gz Normal file

Binary file not shown.