Data & configuration

YAML

YAML (YAML Ain't Markup Language) is a human-readable data serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted. YAML aims to be both easy to read and write.

Share this starting point code.study/yaml
Created by
Clark Evans , Ingy döt Net , Oren Ben-Kiki
First appeared
2001
Official resource
Visit the main website

Your first program

Hello, World!

YAML
# A simple message in YAML
message: Hello, World!