mirror of
https://github.com/yaml/pyyaml.git
synced 2025-10-19 11:03:18 +00:00

Could, as well as should, shall, must, may, can, might, etc. are auxiliary words. After an auxiliary word should come an infinitive verb.
10 lines
309 B
Text
10 lines
309 B
Text
[
|
|
{ "x": 1, "y": 2 },
|
|
{ "x": 0, "y": 2 },
|
|
{ "r": 10 },
|
|
{ "r": 1 },
|
|
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
|
|
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
|
|
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
|
|
{ "x": 1, "y": 2, "r": 10, "label": "center/big" },
|
|
]
|