YAML

Yaml Cookbook

YAML™ is a readable text format for data structures. As you'll see below, YAML can handle many common data types and structures. And what YAML can't handle natively can be supported through flexible type families. For example, YAML for Ruby uses type families to support storage of regular expressions, ranges and object instances.

YAML.rb

For Ruby developers, YAML is a natural fit for object serialization and general data storage. Really, it's quite fantastic. Spreads right on your Rubyware like butter on bread!

WELCOME TO YAML.ORG

YAML (rhymes with "camel")
is a straightforward machine parsable data serialization
format designed for human readability and interaction with
scripting languages such as Perl and Python. YAML is
optimized for data serialization, configuration settings,
log files, Internet messaging and filtering.
YAML is a balance of the
following design goals:

Syndicate content