YAML
YAML is a human-readable data serialization language. It is commonly used for configuration files and in applications where data are being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML) but has a minimal...
Features
Tags
- serialization
- config
- yaml
YAML News & Activities
Recent News
Recent activities
- AllMight liked YAML
mikehalloweenfine added YAML as alternative to Markdown to Word Converter- namdx1987 liked YAML
- sgnl05 liked YAML
YAML information
Featured in Lists
My favorite web development tools - Web languages - Nocode - Marketing - Code Editors - HTML/CSS Frameworks - CSS …
A list with 13 apps by kaekazeh without a description.
A list with 19 apps by kaekazeh without a description.
What is YAML?
YAML is a human-readable data serialization language. It is commonly used for configuration files and in applications where data are being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML) but has a minimal syntax that intentionally differs from Standard Generalized Markup Language (SGML). It uses Python-style indentation to indicate nesting and does not require quotes around most string values (it also supports JSON style […] and {…} mixed in the same file).


