hnc-daniil/HNC/Exercises/JSON/shapes.json

1 line
178 B
JSON
Raw Normal View History

2023-11-06 15:35:22 +01:00
{"shapes": [{"width": 5, "height": 10, "color": "red", "type": "Rectangle"}, {"radius": 7, "color": "blue", "type": "Circle"}, {"side": 0, "color": "unknown", "type": "Square"}]}