Skip to main content

YAML language

While JSON is often used for API communication, YAML is preferred for human-written config files due to its lack of heavy brackets () and support for comments. Every valid JSON file is also a valid YAML file.