IntroductionYAML is a human-friendly, cross language, Unicode based data serialization language designed around the common native data types of agile programming languages. It is broadly useful for programming needs ranging from configuration files to Internet messaging to object persistence to data auditing. Visit the official YAML website for more information.YAML BasicsA YAML file may contain zero or more YAML documents, separated by document markers. A YAML document contains one root DataItem. There are three types of DataItems: Scalar, Sequence, and Mapping. DataItems may be nested to form structured data. Each DataItem type has several formatting styles for good human readability.
Read more: Codeproject
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment