Yadro.ITMO/data.json

18 lines
292 B
JSON
Raw Normal View History

2024-01-18 19:34:28 +00:00
{
"store": {
"item": [
{
"id": 0,
"category": "ML_model",
"title": "Titanic",
"price": 400
},
{
"id": 1,
"category": "Not_ML_Model",
"title": "Punk_Rock",
"price": 700
}
]
}
}