
The Official YAML Web Site
Packaged as a Module (Java 9+) - Chronicle-Wire # Java ImplementationJavaScript: - yaml # JavaScript parser/stringifier (YAML 1.2, 1.1) (YTS) - js-yaml # Native PyYAML port to JavaScript (Demo) Nim: - NimYAML # YAML 1.2 implementation in pure Nim (YTS) OCaml: - ocaml-yaml # YAML 1.1/1.2 via libyaml bindings - ocaml-syck # YAML 1.0 via syck ...
YAML Ain’t Markup Language (YAML™) revision 1.2.2
YAML™ (rhymes with “camel”) is a human-friendly, cross language, Unicode based data serialization language designed around the common native data types of dynamic programming languages. It is broadly useful for programming needs ranging from configuration files to internet messaging to object persistence to data auditing and visualization.
YAML Ain't Markup Language (YAML ™) 1.0
This specification is both an introduction to the YAML language and the concepts supporting it; and also a complete reference of the information needed to develop applications for processing YAML. Open, interoperable and readily understandable tools have …
YAML ™ Specification Index
Jan 29, 2004 · Together with the Unicode standard for characters, the YAML specification provides all the information necessary to understand YAML Version 1.2 and to creating programs that process YAML information.
YAML Ain’t Markup Language (YAML ™) Version 1.1
YAML ™ (rhymes with “ camel ”) is a human-friendly, cross language, Unicode based data serialization language designed around the common native data structures of agile programming languages. It is broadly useful for programming needs ranging from configuration files to Internet messaging to object persistence to data auditing.
This specification is both an introduction to the YAML language and the concepts supporting it; it is also a complete reference of the information needed to develop applications for processing YAML. Open, interoperable and readily understandable tools have …
YAML.rb is YAML for Ruby | Cookbook
This version of the Yaml Cookbook focuses on the Ruby implementation of Yaml by comparing Yaml documents with their Ruby counterparts. YAML (tm) is a readable text format for data structures.
YAML Reference Card
'!foo' : Primary (by convention, means a local "!foo" tag). '!!foo' : Secondary (by convention, means "tag:yaml.org,2002:foo"). '!h!foo': Requires "%TAG !h! <prefix>" (and then means "<prefix>foo"). '!<foo>': Verbatim tag (always means "foo"). Document indicators: '%' : Directive indicator. '---': Document header. '...': Document terminator.
Yet Another Markup Language (YAML) 1.0
Aug 1, 2001 · Yet Another Markup Language, abbreviated YAML, describes a class of data objects called YAML documents and partially describes the behavior of computer programs that process them. YAML documents encode into a serialized form information having a recursive null, scalar, map, or list structure. YAML also includes a method to encode references.
YAML Ain’t Markup Language (YAML ™) Version 1.2
This specification is both an introduction to the YAML language and the concepts supporting it, and also a complete specification of the information needed to develop applications for processing YAML. Open, interoperable and readily understandable tools have …