Tag Archives: markup

Jamming with Ruby YAML

When working with Ruby, the library/class I use and abuse most often is YAML. YAML stands for YAML Ain’t Markup Language and it is a versatile human friendly data serialization format. It is easier to use and understand than JSON. A YAML file is much like a Java properties file in that is used to [...]

Posted in Ruby, TechKnow | Also tagged , , , | 4 Comments