Intro to YAML 101
# this is the comment in yaml yet another markup language
name : “sandeep”
age : 24
occupation : “Software Enginner”
#below mentioned is the object person and we can access its data memebers person.name
person: name : ‘pradeep’ age : 23
# List in YAM...
hashcodehub.hashnode.dev1 min read