Files
learngo/interfaces/12-reflection-decoder/database.json
T

54 lines
671 B
JSON
Executable File

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