YAML (YAML Ain't Markup Language)
Key-Value pair in YAML:
"apple" : "I am a red fruit"
1 : "This is kunal roll number"
{mango: "yellow fruit", age : 23}
List in YAML :
- apple
- banana
- cherry
- mango
cities:
- new delhi
- mumbai
- gujrat
cities: [new delhi, mumbai]
"apple" ...
shreyashbhise.hashnode.dev2 min read