YAML Notes 📑

Some helpful notes about YAML (which Ain't Markup Language!).

What is YAML

  • YAML is a data serialisation standard which can be used for all programming languages
  • Its purpose is to represent data in a human readable way, it is comparable to how JSON is used to represent data, but with a different syntax
  1. Data Types
  2. Additional Syntax