Yaml: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
Line 5: Line 5:
*[https://hitchdev.com/strictyaml/why/implicit-typing-removed/ Strict Yaml]
*[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]
*[https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell The Yaml document from hell]
*[https://yamllint.readthedocs.io/en/stable/rules.html Yamllint rules]


=Syntax=
=Syntax=

Revision as of 09:35, 2 January 2026

Links

Syntax

Comment

  1. or "

List

Dictionary

name: value

pair


Booleans

(Probably?) case sensitive

True

y
yes
on
true

False

n
no
off
false

Tools

yq

https://github.com/mikefarah/yq