Yaml: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
*[http://rigaux.org/language-study/syntax-across-languages-per-language/YAML.html Yaml syntax] | *[http://rigaux.org/language-study/syntax-across-languages-per-language/YAML.html Yaml syntax] | ||
*[http://docs.ansible.com/ansible/latest/YAMLSyntax.html Ansible YAML syntax] | *[http://docs.ansible.com/ansible/latest/YAMLSyntax.html Ansible YAML syntax] | ||
*[https://hitchdev.com/strictyaml/why/implicit-typing-removed/ Strict Yaml] | |||
*[https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell The Yaml document from hell] | |||
=Syntax= | =Syntax= | ||
==List== | |||
==Directory== | |||
==Booleans== | ==Booleans== | ||
(Probably?) case sensitive | (Probably?) case sensitive | ||
Line 17: | Line 24: | ||
off | off | ||
false | false | ||
=Tools= | |||
==yq== | |||
https://github.com/mikefarah/yq | |||
[[Category:Languages]] | [[Category:Languages]] |
Latest revision as of 13:30, 27 March 2025
Links
Syntax
List
Directory
Booleans
(Probably?) case sensitive
True
y yes on true ===False n no off false