An Introduction to YAML: The Simple and Flexible Data Serialization Language
Introduction
YAML (YAML Ain't Markup Language) is a human-readable data serialization language. It is commonly used for configuration files but could be used in any situation where data is being stored or transmitted.
YAML is designed to be easy to r...
varchasvh.hashnode.dev3 min read