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

1 line
178 B
JSON

{"shapes": [{"width": 5, "height": 10, "color": "red", "type": "Rectangle"}, {"radius": 7, "color": "blue", "type": "Circle"}, {"side": 0, "color": "unknown", "type": "Square"}]}