IP_Aleikin_PIbd-22/frontend/spa-vue/data.json

35 lines
516 B
JSON
Raw Permalink Normal View History

2023-05-12 23:48:02 +04:00
{
"Devices": [
{
"name": "Компьютер"
},
{
"name": "Телефон"
},
{
"name": "Видеокарта"
}
],
"Products": [
{
"type": "Компьютер",
"price": 435,
"count": 345,
"id": 5
},
{
"id": 9,
"type": "123123",
"price": 324,
"count": 124124,
"ame": "345345"
},
{
"id": 10,
"type": "123123",
"price": 2342,
"count": 123,
"ame": "123"
}
]
}