YAML
YAML (YAML Ain't Markup Language) is a superset of JSON (JavaScript Object Notation) supporting the encoding of data structures using significant whitespace, and, the encoding of strings without using quotes. For these and other reasons, YAML can typically encode key value pairs in a more user friendly format than JSON.
Comments
Post a Comment