Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
YAML で、1 つのキーの値が空の文字列である辞書 (マップ) を作成するにはどうすればよいですか?
key:
null として解析されます -
%YAML 1.1 --- !!map { ? !!str "key" : !!null "null", }
正解は次のとおりです。
key: ""