Yaml: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
Tag: wikieditor
 
Line 1: Line 1:
=Links=
=Links=
*[https://yaml.org/ The Official YAML site]
*[https://spacelift.io/blog/yaml#basic-yaml-syntax Basic yaml syntax]
*[https://spacelift.io/blog/yaml#basic-yaml-syntax Basic yaml syntax]
*[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]

Latest revision as of 11:47, 4 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