Обновить data.json
This commit is contained in:
parent
9ca7af75c8
commit
65ab0f13c1
1 changed files with 41 additions and 17 deletions
58
data.json
58
data.json
|
@ -1,18 +1,42 @@
|
|||
{
|
||||
"store": {
|
||||
"item": [
|
||||
{
|
||||
"id": 0,
|
||||
"category": "ML_model",
|
||||
"title": "Titanic",
|
||||
"price": 400
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"category": "Not_ML_Model",
|
||||
"title": "Punk_Rock",
|
||||
"price": 700
|
||||
}
|
||||
]
|
||||
}
|
||||
{
|
||||
"store": {
|
||||
"item": [
|
||||
{
|
||||
"id": 0,
|
||||
"category": "Headgear",
|
||||
"title": "Bucket Hat",
|
||||
"price": 400
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
"category": "Headgear",
|
||||
"title": "Fugu Bell Hat",
|
||||
"price": 1700
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"category": "Clothing",
|
||||
"title": "Lumberjack Shirt",
|
||||
"price": 800
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"category": "Clothing",
|
||||
"title": "Pink Hoodie",
|
||||
"price": 3400
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"category": "Shoes",
|
||||
"title": "Cyan Trainers",
|
||||
"price": 700
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"category": "Shoes",
|
||||
"title": "Red Hi-Tops",
|
||||
"price": 1800
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue