hnc-vitalii/HNC/Excercises/22,08,2023/shapes.json

20 lines
362 B
JSON
Raw Permalink Normal View History

2023-08-22 07:29:06 +02:00
{
"shapes": [
{
"type": "rectangle",
"width": 5,
"height": 10,
"color": "red"
},
{
"type": "circle",
"radius": 7,
"color": "blue"
},
{
"type": "square",
"side": 4,
"color": "green"
}
]
}