YAML-Basics
Key Value PairSyntax= Key: Value (Note the space after the colon: sign)Examples=Rocket: StarshipFuel: MethaloxEngine: Raptor2 Array/Lists (Note the dash- sign, this indicates is an element of an array)Examples=Rockets:- SaturnV- Falcon9- Ariane5 Planets:- Earth- Mars- Venus… Read More »YAML-Basics