Загрузить файлы в «/»
This commit is contained in:
commit
9ca7af75c8
1 changed files with 18 additions and 0 deletions
18
data.json
Normal file
18
data.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"store": {
|
||||
"item": [
|
||||
{
|
||||
"id": 0,
|
||||
"category": "ML_model",
|
||||
"title": "Titanic",
|
||||
"price": 400
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"category": "Not_ML_Model",
|
||||
"title": "Punk_Rock",
|
||||
"price": 700
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue