Read the “Technology’s choices” article to have more context Technology’s choices | LinkedIn YAML rather than JSON YAML, which stands for “YAML Ain’t Markup Language,” is a data serialisation language that is legible by humans and is widely used for configuration files. However, YAML may also be used for data storage. It is comparable to JSON in that it is a method for representing data structures; however, it is simpler to work with than JSON since it is more comprehensible to people and contains less unnecessary words. Indentation is used instead of curly brackets to denote structure in YAML, but curly brackets are used in JSON. This is one of the most significant differences between YAML and JSON. This results in an improvement in YAML’s versatility as well as its readability; nevertheless, it also makes it more prone to formatting errors.
Zug, Switzerland