YAML Syntax

From Ever changing code
Revision as of 08:49, 6 August 2019 by Pio2pio (talk | contribs) (Created page with "<source lang=yaml> host: host-1 datacenter: #mapping location: Poland #key-value mapping indentention cabinet: 13 roles: #list - web - dns </source>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
host: host-1
datacenter:        #mapping
  location: Poland #key-value mapping indentention
  cabinet: 13
roles:             #list
  - web
  - dns

Characters

  • Printable Unicode
  • Unsupported symbols
    • C0/C1 blocks
      • Exceptions: Tab, Line Feed, Carrage Return, Delete, Next line
    • Surrogates
  • Encoding: UTF-8, 16, 32
  • To be JSON compatibile must be UTF-32