In this article, we are going to learn the basics of YAML and try to explore it in deep. YAML is a serialization language which is used in configuration files and in transferring messages between different applications. So let's get started.
Table of contents:
Introduction to YAMLSample YAML fileComments in YAMLNumeric datatypes in YAMLStrings in YAMLKey:value pairs in YAMLBoolean in YAMLNulls in YAMLArrays in YAMLIntroduction to YAML
YAML is a serialization markup language which gain...
Published on December 26, 2021 14:00