YAML (YAML Ain't Markup Language)
A human-readable data serialization standard that is often used for configuration files and applications where data is being written by humans.
YAML uses indentation to denote structure, making it very clean to read. It is a superset of JSON, meaning a valid JSON file is also a valid YAML file. It is very popular in tools like Docker and Kubernetes.