mirror of
https://github.com/yaml/pyyaml.git
synced 2026-02-06 18:00:08 +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.
8 lines
212 B
Text
8 lines
212 B
Text
{
|
|
? explicit key1 : explicit value,
|
|
? explicit key2 : , # Explicit empty
|
|
? explicit key3, # Empty value
|
|
simple key1 : explicit value,
|
|
simple key2 : , # Explicit empty
|
|
simple key3, # Empty value
|
|
}
|