Table of Content :

Introduction

YAML stands for "YAML Ain't Markup Language." It is a human-readable data serialization language that is often used for configuration files and data exchange between different programming languages.

<aside> 💡 Markup languages are used to structure, format or define relationship between parts of a document.

</aside>

Benefits of Yaml

<aside> 💡 YAML is a superset of JSON . any valid JSON file is also a valid YAML File.

</aside>

Serialization & Deserialization