18 lines
292 B
JSON
18 lines
292 B
JSON
|
{
|
||
|
"store": {
|
||
|
"item": [
|
||
|
{
|
||
|
"id": 0,
|
||
|
"category": "ML_model",
|
||
|
"title": "Titanic",
|
||
|
"price": 400
|
||
|
},
|
||
|
{
|
||
|
"id": 1,
|
||
|
"category": "Not_ML_Model",
|
||
|
"title": "Punk_Rock",
|
||
|
"price": 700
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|