What is YAML
YAML stands for Yet Another Markup Language or YAML ain't Markup Language, and it is a data serialization language used to write configuration files. But what is data serialization??
Data Serialization: A process of converting a data object into a se...
harshitsharma.hashnode.dev2 min read
Randal L. Schwartz
Sometimes, "that guy"
You missed out on one of the most important YAML details: YAML is also a superset of JSON. Any valid JSON file is also a YAML file. But even better, it's relaxed JSON where most of the keys and values don't need to be quoted! And you get comments! It's the best of both worlds.