hnc-eduard/HNS/Excercises/13082023 ДЗ по фигурам JSON/shapes.json

20 lines
381 B
JSON
Executable File

{
"shapes": [
{
"type": "rectangle",
"width": 5,
"height": 10,
"color": "red"
},
{
"type": "circle",
"radius": 7,
"color": "blue"
},
{
"type": "square",
"side": 4,
"color": "green"
}
]
}